Skip to content

Commit 45b9737

Browse files
add types field
Signed-off-by: Brian Dellabetta <[email protected]>
1 parent 6fa4e4b commit 45b9737

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ready-label-check.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ name: Check Ready Label
33
on:
44
pull_request:
55
branches: [ main , 'release/*' ]
6-
6+
types:
7+
- labeled
8+
- unlabeled
9+
- opened
10+
- reopened
711

812
jobs:
913
check-ready-label:

0 commit comments

Comments
 (0)