Skip to content

Commit 2abe3b8

Browse files
authored
Merge pull request #732 from andygrunwald/dependabot/github_actions/actions/labeler-6
chore(deps): bump actions/labeler from 5 to 6
2 parents 4369ee4 + f1d9e96 commit 2abe3b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/label-pull-requests-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
if: (github.actor != 'dependabot[bot]')
1818
steps:
19-
- uses: actions/labeler@v5
19+
- uses: actions/labeler@v6
2020
with:
2121
sync-labels: false
2222
# Output of gh pr list --repo andygrunwald/go-jira --state open --limit 100 --json number --jq ".[].number"

.github/workflows/label-pull-requests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
runs-on: ubuntu-latest
1414
if: (github.actor != 'dependabot[bot]')
1515
steps:
16-
- uses: actions/labeler@v5
16+
- uses: actions/labeler@v6
1717
with:
1818
sync-labels: false

0 commit comments

Comments
 (0)