[Git] Use specific path to labeler configuration file

This commit is contained in:
tangxifan 2020-12-14 13:37:28 -07:00
parent 279d259fd7
commit 1e19039b9a
1 changed files with 3 additions and 2 deletions

View File

@ -4,8 +4,9 @@ on:
jobs:
triage:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@main
- uses: actions/labeler@v3
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: ".github/labeler.yml"