Skip to content

Commit ffcc3b0

Browse files
authored
add soup approval workflow (#31)
1 parent 4c8140b commit ffcc3b0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)