Add PR labeler (#2909)

* Add PR labeler
This commit is contained in:
Ben Word
2021-12-23 11:56:54 -06:00
committed by GitHub
parent 27f565a63a
commit 1274cbcafc
2 changed files with 32 additions and 0 deletions

11
.github/workflows/labeler.yml vendored Normal file
View File

@@ -0,0 +1,11 @@
name: "Pull Request Labeler"
on:
- pull_request_target
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v3
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"