From 628b7b923f2bf991d44bfa433156e56f7235a53d Mon Sep 17 00:00:00 2001 From: john4064 Date: Thu, 26 Mar 2026 14:27:35 +0000 Subject: [PATCH] Update .github/workflows/pr-validation.yml --- .github/workflows/pr-validation.yml | 38 ++++++++++++++--------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml index 6061a50..e6994b6 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/pr-validation.yml @@ -1,19 +1,19 @@ -name: PR Validation -on: - pull_request: - types: [opened] - -permissions: - contents: read - -jobs: - pr-validation: - permissions: - contents: read - pull-requests: write - runs-on: 'ubuntu-latest' - steps: - - uses: TimonVS/pr-labeler-action@v5 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - configuration-path: .github/configs/pr-labeler-configuration.yml +name: PR Validation +on: + pull_request: + types: [opened] + +permissions: + contents: read + +jobs: + pr-validation: + permissions: + contents: read + pull-requests: write + runs-on: nas + steps: + - uses: TimonVS/pr-labeler-action@v5 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + configuration-path: .github/configs/pr-labeler-configuration.yml