Skip to content

Commit 8cf14fb

Browse files
committed
Run the labeler on master only
1 parent 298336f commit 8cf14fb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/labeler.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@ name: "Issue Labeler"
22
on:
33
issues:
44
types: [opened, edited]
5+
branches:
6+
- master
57
pull_request:
68
types: [opened, edited]
9+
branches:
10+
- master
711

812
permissions:
913
issues: write

0 commit comments

Comments
 (0)