File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed
Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 5454 description : Adding missing tests or correcting existing tests
5555- color : dfb443
5656 name : chore
57- description : Adding missing tests or correcting existing tests
57+ description : Adding missing tests or correcting existing tests
Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - main
7+ pull_request :
8+ paths :
9+ - " .github/labels.yml"
10+ - " .github/workflows/labels.yml"
711
812jobs :
913 sync-labels :
1418 uses : actions/checkout@v4
1519
1620 - name : Sync labels
17- uses : micnncim/action-label-syncer@v1.3.0
18- env :
19- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
20- GITHUB_REPOSITORY : ${{ github.repository }}
21+ uses : crazy-max/ghaction-github-labeler@v5
2122 with :
22- manifest : .github/labels.yml
23+ github-token : ${{ secrets.GITHUB_TOKEN }}
24+ yaml-file : .github/labels.yml
25+ dry-run : ${{ github.event_name == 'pull_request' }}
You can’t perform that action at this time.
0 commit comments