From 711fa704fb236ba6aa231b766c82b8f7a8b0b7fd Mon Sep 17 00:00:00 2001 From: Matt DiMeglio Date: Fri, 16 Aug 2024 00:11:20 -0400 Subject: [PATCH 1/4] Update pr-labeler.yml --- .github/configs/pr-labeler.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/configs/pr-labeler.yml b/.github/configs/pr-labeler.yml index 5f0d708..0e6a823 100644 --- a/.github/configs/pr-labeler.yml +++ b/.github/configs/pr-labeler.yml @@ -1,4 +1,5 @@ feature: feature/* bugfix: bugfix/* hotfix: hotfix/* -documentation: ['documentation/*', 'setup/*'] \ No newline at end of file +refactor: refactor/* +documentation: ['documentation/*', 'setup/*'] From 148b940356148c0275497595cec0905eaacc0cd0 Mon Sep 17 00:00:00 2001 From: Matt DiMeglio Date: Fri, 16 Aug 2024 00:12:24 -0400 Subject: [PATCH 2/4] 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 From 2939ea4e611fbf2e6fa3d8ed0a2c9bab1b8fe81a Mon Sep 17 00:00:00 2001 From: Matt DiMeglio Date: Fri, 16 Aug 2024 00:12:40 -0400 Subject: [PATCH 3/4] Rename pr-labeler.yml to pr-labeler-configuration.yml --- .github/configs/{pr-labeler.yml => pr-labeler-configuration.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/configs/{pr-labeler.yml => pr-labeler-configuration.yml} (100%) diff --git a/.github/configs/pr-labeler.yml b/.github/configs/pr-labeler-configuration.yml similarity index 100% rename from .github/configs/pr-labeler.yml rename to .github/configs/pr-labeler-configuration.yml From 4cf03e8a90a079adb985cbd7d0351a225c1bcea7 Mon Sep 17 00:00:00 2001 From: Matt DiMeglio Date: Fri, 16 Aug 2024 00:12:53 -0400 Subject: [PATCH 4/4] Update pr-validation.yml --- .github/workflows/pr-validation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml index b5df5d5..babae51 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/pr-validation.yml @@ -16,4 +16,4 @@ jobs: - uses: TimonVS/pr-labeler-action@v5 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - configuration-path: .github/configs/pr-labeler.yml + configuration-path: .github/configs/pr-labeler-configuration.yml