mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +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
|
||||
|
||||
steps:
|
||||
- uses: actions/labeler@v2
|
||||
- uses: actions/labeler@v3
|
||||
with:
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
configuration-path: .github/label-config.yml
|
||||
|
|
Loading…
Reference in a new issue