Add label workflow github action

This commit is contained in:
PThorpe92
2025-05-16 10:32:38 -04:00
parent eb757436b2
commit f7f59b4c61

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