forked from TrueCloudLab/certificates
[action] labeler to v3 and use default config path location
This commit is contained in:
parent
f84c8f846a
commit
1be1ed1236
2 changed files with 1 additions and 3 deletions
2
.github/needs-triage-labeler.yml
vendored
2
.github/needs-triage-labeler.yml
vendored
|
@ -1,2 +0,0 @@
|
|||
needs triage:
|
||||
- "**"
|
2
.github/workflows/labeler.yml
vendored
2
.github/workflows/labeler.yml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
|||
label:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/labeler@v2
|
||||
- uses: actions/labeler@v3
|
||||
with:
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
configuration-path: .github/needs-triage-labeler.yml
|
||||
|
|
Loading…
Reference in a new issue