Skip to content

Commit d325bcb

Browse files
authored
Only predict area labels for PRs into main and dev (#6049)
1 parent b14c4de commit d325bcb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/labeler-predict-pulls.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ on:
1313
# Only automatically predict area labels when pull requests are first opened
1414
pull_request_target:
1515
types: opened
16+
branches:
17+
- 'main'
18+
- 'dev'
1619

1720
# Allow dispatching the workflow via the Actions UI, specifying ranges of numbers
1821
workflow_dispatch:

0 commit comments

Comments
 (0)