Skip to content

Commit b51833d

Browse files
author
PlatformEngineering
committed
GHA: Copilot contributor check
See https://github.com/ScaCap/terraform/pull/13918/ for more details.
1 parent 21d3eaf commit b51833d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/copilot-check.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
on:
2+
pull_request
3+
4+
jobs:
5+
check-contributors:
6+
name: Check contributors
7+
uses: scacap/infra.gh-actions/.github/workflows/copilot-contributor-check.yml@v1
8+
secrets: inherit
9+
with:
10+
repository: ${{ github.repository }}
11+
pull_request_number: ${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)