Browse Source

build(deps): bump github/issue-labeler from 2.5 to 3.0

Bumps [github/issue-labeler](https://github.com/github/issue-labeler) from 2.5 to 3.0.
- [Release notes](https://github.com/github/issue-labeler/releases)
- [Commits](https://github.com/github/issue-labeler/compare/v2.5...v3.0)

---
updated-dependencies:
- dependency-name: github/issue-labeler
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
pull/4107/head
dependabot[bot] 3 years ago
committed by GitHub
parent
commit
4a8c228a23
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/labeler.yml

2
.github/workflows/labeler.yml

@ -15,7 +15,7 @@ jobs:
issues: write # for github/issue-labeler to create or remove labels
runs-on: ubuntu-latest
steps:
- uses: github/issue-labeler@v2.5
- uses: github/issue-labeler@v3.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labeler.yml

Loading…
Cancel
Save