Skip to content

Commit 39d16d0

Browse files
committed
add soup approval workflow
1 parent 98b79ee commit 39d16d0

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)