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 7facfd0 commit f8305a7Copy full SHA for f8305a7
1 file changed
README.md
@@ -63,6 +63,10 @@ on:
63
paths:
64
- '.github/labels.yml'
65
- '.github/workflows/labels.yml'
66
+ pull_request:
67
+ paths:
68
+ - '.github/labels.yml'
69
+ - '.github/workflows/labels.yml'
70
71
jobs:
72
labeler:
@@ -77,6 +81,7 @@ jobs:
77
81
with:
78
82
github-token: ${{ secrets.GITHUB_TOKEN }}
79
83
yaml-file: .github/labels.yml
84
+ dry-run: ${{ github.event_name == 'pull_request' }}
80
85
exclude: |
86
help*
87
*issue
0 commit comments