Create pr-validation.yml

This commit is contained in:
Matt DiMeglio 2025-06-11 12:06:44 -04:00 committed by GitHub
parent 291417efc9
commit 8041173264
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

19
.github/workflows/pr-validation.yml vendored Normal file
View file

@ -0,0 +1,19 @@
name: PR Validation
on:
pull_request:
types: [opened]
permissions:
contents: read
jobs:
pr-validation:
permissions:
contents: read
pull-requests: write
runs-on: ['self-hosted', 'pi']
steps:
- uses: TimonVS/pr-labeler-action@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: .github/configs/pr-labeler-configuration.yml