Skip to content

Commit e2daa39

Browse files
committed
Add approval-check-worker workflow
1 parent ec234e5 commit e2daa39

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Approval Check Worker
2+
3+
on:
4+
pull_request_review:
5+
types: [submitted, dismissed]
6+
7+
jobs:
8+
check-approvals:
9+
permissions:
10+
contents: write
11+
pull-requests: write
12+
statuses: write
13+
issues: write
14+
15+
uses: tetherto/qvac-devops/.github/workflows/approval-check-worker.yml@production-workflows-tag
16+
secrets: inherit
17+
with:
18+
pr_number: ${{ github.event.pull_request.number }}
19+
pr_sha: ${{ github.event.pull_request.head.sha }}

0 commit comments

Comments
 (0)