From 148b940356148c0275497595cec0905eaacc0cd0 Mon Sep 17 00:00:00 2001 From: Matt DiMeglio Date: Fri, 16 Aug 2024 00:12:24 -0400 Subject: [PATCH] Update and rename pr-labeler.yml to pr-validation.yml --- .github/workflows/{pr-labeler.yml => pr-validation.yml} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename .github/workflows/{pr-labeler.yml => pr-validation.yml} (67%) 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