Skip to content

Commit c366cb0

Browse files
authored
Merge pull request #1086 from gitlabhq/dependabot/github_actions/github/issue-labeler-2.5
build(deps): bump github/issue-labeler from 2.4 to 2.5
2 parents ee1a472 + 114e96b commit c366cb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/issue-opened.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# This prevents the needs-triage label from being added.
2626
- uses: actions/checkout@v3
2727
if: ${{ failure() }}
28-
- uses: github/issue-labeler@v2.4
28+
- uses: github/issue-labeler@v2.5
2929
if: ${{ failure() }}
3030
with:
3131
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)