From 104bf9cc3336dd989d48838c8f1b8df95206deac Mon Sep 17 00:00:00 2001 From: "scalable-atlantis[bot]" <97692678+scalable-atlantis[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 07:55:28 +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 deletions(-) delete mode 100644 .github/workflows/copilot-check.yml diff --git a/.github/workflows/copilot-check.yml b/.github/workflows/copilot-check.yml deleted file mode 100644 index c9d6f30..0000000 --- a/.github/workflows/copilot-check.yml +++ /dev/null @@ -1,11 +0,0 @@ -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 }}