Skip to content

Commit 36b8a37

Browse files
build(deps): bump actions/labeler from 5.0.0 to 6.0.1 (#1937) [skip ci]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 077e2ed commit 36b8a37

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/labeler.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)