Skip to content

Commit f6dc865

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

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

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

813
jobs:
914
check-ready-label:

0 commit comments

Comments
 (0)