We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec234e5 commit e2daa39Copy full SHA for e2daa39
.github/workflows/approval-check-worker.yml
@@ -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