Skip to content

Commit d86999a

Browse files
Only run pr_labeler on devel or stable-* branches (#2552) (#2602)
(cherry picked from commit a2067ce) Co-authored-by: Lyle McKarns <[email protected]>
1 parent 770c80a commit d86999a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/labeler.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
"on":
66
pull_request_target:
7+
branches:
8+
- devel
9+
- "stable-*"
710
issues:
811
types:
912
- opened

0 commit comments

Comments
 (0)