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 }}