From b51833dace290e71e014770f95056348077aa18b Mon Sep 17 00:00:00 2001 From: PlatformEngineering Date: Tue, 19 Dec 2023 16:35:00 +0000 Subject: [PATCH] GHA: Copilot contributor check See https://github.com/ScaCap/terraform/pull/13918/ for more details. --- .github/workflows/copilot-check.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/copilot-check.yml diff --git a/.github/workflows/copilot-check.yml b/.github/workflows/copilot-check.yml new file mode 100644 index 0000000..c9d6f30 --- /dev/null +++ b/.github/workflows/copilot-check.yml @@ -0,0 +1,11 @@ +on: + pull_request + +jobs: + check-contributors: + name: Check contributors + uses: scacap/infra.gh-actions/.github/workflows/copilot-contributor-check.yml@v1 + secrets: inherit + with: + repository: ${{ github.repository }} + pull_request_number: ${{ github.event.pull_request.number }}