Skip to content

Commit

Permalink
GHA: Copilot contributor check
Browse files Browse the repository at this point in the history
  • Loading branch information
PlatformEngineering committed Dec 19, 2023
1 parent 21d3eaf commit b51833d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/copilot-check.yml
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit b51833d

Please sign in to comment.