@@ -15,28 +15,28 @@ jobs:
1515 steps :
1616 - name : on new pull request
1717 if : ${{ github.event_name == 'pull_request_target' && github.event.pull_request.opened == true || github.event.pull_request.reopened == true }}
18- uses : actions/labeler@v5 .0.0
18+ uses : actions/labeler@v6 .0.1
1919 with :
2020 repo-token : " ${{ secrets.GITHUB_TOKEN }}"
2121 configuration-path : .github/labeler_on_new_pr.yml
2222
2323 - name : on any pull request
2424 if : ${{ github.event_name == 'pull_request_target' }}
25- uses : actions/labeler@v5 .0.0
25+ uses : actions/labeler@v6 .0.1
2626 with :
2727 repo-token : " ${{ secrets.GITHUB_TOKEN }}"
2828 configuration-path : .github/labeler.yml
2929
3030 - name : on pull request approval
3131 if : ${{ github.event_name == 'pull_request_review' && github.event.review.state == 'approved' }}
32- uses : actions/labeler@v5 .0.0
32+ uses : actions/labeler@v6 .0.1
3333 with :
3434 repo-token : " ${{ secrets.GITHUB_TOKEN }}"
3535 configuration-path : .github/labeler_on_pr_approved.yml
3636
3737 - name : on pull request merged
3838 if : ${{ github.event_name == 'pull_request_target' && github.event.pull_request.merged == true }}
39- uses : actions/labeler@v5 .0.0
39+ uses : actions/labeler@v6 .0.1
4040 with :
4141 repo-token : " ${{ secrets.GITHUB_TOKEN }}"
4242 configuration-path : .github/labeler_on_pr_merged.yml
0 commit comments