2020-10-05 14:43:21 +00:00
|
|
|
name: "Pull Request Labeler"
|
|
|
|
on:
|
2020-10-07 17:45:17 +00:00
|
|
|
pull_request:
|
|
|
|
types: [opened]
|
2020-10-05 14:43:21 +00:00
|
|
|
|
|
|
|
jobs:
|
|
|
|
triage:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- uses: actions/labeler@main
|
|
|
|
with:
|
|
|
|
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
|
|
|
configuration-path: .github/pr-labeler.yml
|
|
|
|
sync-labels: false
|