[Git] Use specific path to labeler configuration file
This commit is contained in:
parent
279d259fd7
commit
1e19039b9a
|
@ -4,8 +4,9 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
triage:
|
triage:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/labeler@main
|
- uses: actions/labeler@v3
|
||||||
with:
|
with:
|
||||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
|
configuration-path: ".github/labeler.yml"
|
||||||
|
|
Loading…
Reference in New Issue