Update .github/workflows/pr-validation.yml

This commit is contained in:
John Parkhurst 2026-03-26 14:27:35 +00:00
parent 33427fb031
commit 628b7b923f

View file

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