diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-validation.yml similarity index 67% rename from .github/workflows/pr-labeler.yml rename to .github/workflows/pr-validation.yml index 697582c..b5df5d5 100644 --- a/.github/workflows/pr-labeler.yml +++ b/.github/workflows/pr-validation.yml @@ -1,4 +1,4 @@ -name: PR Labeler +name: PR Validation on: pull_request: types: [opened] @@ -7,13 +7,13 @@ permissions: contents: read jobs: - pr-labeler: + pr-validation: permissions: contents: read pull-requests: write - runs-on: ubuntu-latest + runs-on: self-hosted steps: - uses: TimonVS/pr-labeler-action@v5 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - configuration-path: .github/configs/pr-labeler.yml \ No newline at end of file + configuration-path: .github/configs/pr-labeler.yml