Skip to content

Commit f8305a7

Browse files
committed
update README
1 parent 7facfd0 commit f8305a7

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ on:
6363
paths:
6464
- '.github/labels.yml'
6565
- '.github/workflows/labels.yml'
66+
pull_request:
67+
paths:
68+
- '.github/labels.yml'
69+
- '.github/workflows/labels.yml'
6670
6771
jobs:
6872
labeler:
@@ -77,6 +81,7 @@ jobs:
7781
with:
7882
github-token: ${{ secrets.GITHUB_TOKEN }}
7983
yaml-file: .github/labels.yml
84+
dry-run: ${{ github.event_name == 'pull_request' }}
8085
exclude: |
8186
help*
8287
*issue

0 commit comments

Comments
 (0)