Delete .github/workflows/pr-validation.yml

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

View file

@ -1,19 +0,0 @@
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