We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4369ee4 + f1d9e96 commit 2abe3b8Copy full SHA for 2abe3b8
.github/workflows/label-pull-requests-all.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
if: (github.actor != 'dependabot[bot]')
18
steps:
19
- - uses: actions/labeler@v5
+ - uses: actions/labeler@v6
20
with:
21
sync-labels: false
22
# Output of gh pr list --repo andygrunwald/go-jira --state open --limit 100 --json number --jq ".[].number"
.github/workflows/label-pull-requests.yml
@@ -13,6 +13,6 @@ jobs:
13
14
15
0 commit comments