[ci] Add labeler action to auto-label PRs (#7520)

This commit is contained in:
Peter Johnson
2024-12-07 21:15:49 -08:00
committed by GitHub
parent 9a1b4245fa
commit 38a239b531
2 changed files with 71 additions and 0 deletions

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

@@ -0,0 +1,12 @@
name: "Pull Request Labeler"
on:
- pull_request_target
jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5