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