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