We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b14c4de commit d325bcbCopy full SHA for d325bcb
.github/workflows/labeler-predict-pulls.yml
@@ -13,6 +13,9 @@ on:
13
# Only automatically predict area labels when pull requests are first opened
14
pull_request_target:
15
types: opened
16
+ branches:
17
+ - 'main'
18
+ - 'dev'
19
20
# Allow dispatching the workflow via the Actions UI, specifying ranges of numbers
21
workflow_dispatch:
0 commit comments