From 226f90dbcbcaf8676d46f6b09271f265bd2ce37b Mon Sep 17 00:00:00 2001 From: Yash-Singh1 Date: Fri, 19 Nov 2021 21:14:20 -0800 Subject: [PATCH] Setup pr labeler config validator --- .github/workflows/pr-labeler-config-validator.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/pr-labeler-config-validator.yml diff --git a/.github/workflows/pr-labeler-config-validator.yml b/.github/workflows/pr-labeler-config-validator.yml new file mode 100644 index 000000000..68c2e3b78 --- /dev/null +++ b/.github/workflows/pr-labeler-config-validator.yml @@ -0,0 +1,11 @@ +name: Validate PR Labeler Configuration +on: [push, pull_request] + +jobs: + pr-labeler: + runs-on: ubuntu-latest + steps: + - name: Validate Configuration + uses: Yash-Singh1/pr-labeler-config-validator@v0.0.1 + with: + configuration-path: .github/pr-labeler.yml