Skip to content

Commit a9ffd08

Browse files
build(deps): bump github/issue-labeler from 2.5 to 2.6 (#4090)
* feat(docker): add docker image list to csv * build(deps): bump github/issue-labeler from 2.5 to 2.6 Bumps [github/issue-labeler](https://github.com/github/issue-labeler) from 2.5 to 2.6. - [Release notes](https://github.com/github/issue-labeler/releases) - [Commits](github/issue-labeler@v2.5...v2.6) --- updated-dependencies: - dependency-name: github/issue-labeler dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Daniel Gibbs <me@danielgibbs.co.uk> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1fbb66d commit a9ffd08

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/labeler.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
issues: write # for github/issue-labeler to create or remove labels
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: github/issue-labeler@v2.5
17-
with:
18-
repo-token: "${{ secrets.GITHUB_TOKEN }}"
19-
configuration-path: .github/labeler.yml
20-
not-before:
21-
enable-versioned-regex: 0
16+
- uses: github/issue-labeler@v2.6
17+
with:
18+
repo-token: "${{ secrets.GITHUB_TOKEN }}"
19+
configuration-path: .github/labeler.yml
20+
not-before:
21+
enable-versioned-regex: 0

0 commit comments

Comments
 (0)