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 4c8140b commit ffcc3b0Copy full SHA for ffcc3b0
.github/workflows/soup-approval-verification.yml
@@ -0,0 +1,10 @@
1
+name: SOUP - Approval Verification
2
+
3
+on:
4
+ pull_request_review:
5
+ types: [submitted]
6
7
+jobs:
8
+ soups:
9
+ uses: QuickBirdEng/workflows/.github/workflows/soup-approval-verification-workflow.yml@main
10
+ secrets: inherit
0 commit comments