Skip to content

Commit e0034a5

Browse files
authored
The pull request label check wasn't getting run when a draft PR was published (#49546)
1 parent bacec08 commit e0034a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: PR Analysis
22
on:
33
pull_request_target:
4-
types: [opened, synchronize, labeled, unlabeled]
4+
types: [opened, synchronize, labeled, unlabeled, ready_for_review]
55
permissions:
66
contents: read
77
pull-requests: read

0 commit comments

Comments
 (0)