4
0
Эх сурвалжийг харах

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](https://github.com/github/issue-labeler/compare/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>
dependabot[bot] 3 жил өмнө
parent
commit
a9ffd08d38

+ 6 - 6
.github/workflows/labeler.yml

@@ -13,9 +13,9 @@ jobs:
       issues: write # for github/issue-labeler to create or remove labels
     runs-on: ubuntu-latest
     steps:
-      - uses: github/issue-labeler@v2.5
-        with:
-          repo-token: "${{ secrets.GITHUB_TOKEN }}"
-          configuration-path: .github/labeler.yml
-          not-before:
-          enable-versioned-regex: 0
+    - uses: github/issue-labeler@v2.6
+      with:
+        repo-token: "${{ secrets.GITHUB_TOKEN }}"
+        configuration-path: .github/labeler.yml
+        not-before:
+        enable-versioned-regex: 0