2020-12-14 12:38:17 -06:00
|
|
|
name: "Pull Request Labeler"
|
|
|
|
on:
|
2020-12-22 18:35:49 -06:00
|
|
|
- pull_request_target
|
2020-12-14 12:38:17 -06:00
|
|
|
|
|
|
|
jobs:
|
|
|
|
triage:
|
2020-12-14 14:37:28 -06:00
|
|
|
runs-on: ubuntu-latest
|
2020-12-14 12:38:17 -06:00
|
|
|
steps:
|
2020-12-14 14:40:40 -06:00
|
|
|
- uses: actions/labeler@main
|
2020-12-14 12:38:17 -06:00
|
|
|
with:
|
|
|
|
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
2020-12-14 14:37:28 -06:00
|
|
|
configuration-path: ".github/labeler.yml"
|