Automate labels

This commit is contained in:
Shane McDonald
2022-02-02 20:17:45 -05:00
parent 15c7a3f85b
commit 8e6cdde861
5 changed files with 58 additions and 6 deletions

20
.github/workflows/label_pr.yml vendored Normal file
View File

@@ -0,0 +1,20 @@
name: Label PR
on:
pull_request_target:
types:
- opened
- reopened
- synchronize
jobs:
triage:
runs-on: ubuntu-latest
name: Label PR
steps:
- name: Label PR
uses: actions/labeler@v3
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/pr_labeler.yml