mirror of
https://github.com/bevyengine/bevy
synced 2025-02-16 14:08:32 +00:00
update to major version 3 of action labeler (#2340)
# Objective - update action labeler ## Solution - Update to major version to not get notification update of every patch. - Replace #2338.
This commit is contained in:
parent
3a1867a92e
commit
7854be7c10
1 changed files with 1 additions and 1 deletions
2
.github/workflows/label.yml
vendored
2
.github/workflows/label.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/labeler@v2
|
- uses: actions/labeler@v3
|
||||||
with:
|
with:
|
||||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
configuration-path: .github/label-config.yml
|
configuration-path: .github/label-config.yml
|
||||||
|
|
Loading…
Add table
Reference in a new issue