Browse Source

build(deps): bump github/issue-labeler from 2.5 to 3.1 (#4152)

* chore: auto add game server requests to gh project

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

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

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

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Daniel Gibbs <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/4162/head
dependabot[bot] 2 years ago
committed by GitHub
parent
commit
a69825aa7c
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.1
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labeler.yml

Loading…
Cancel
Save