Skip to content

Commit cf8c962

Browse files
authored
Add mobsuccess.yml GitHub workflow (#2)
1 parent 43056cb commit cf8c962

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.github/workflows/mobsuccess.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# DO NOT EDIT: BEGIN
2+
# This snippet has been inserted automatically by mobsuccessbot, do not edit!
3+
# If changes are needed, update the action mobsuccess in
4+
# https://github.com/mobsuccess-devops/github-mobsuccess-policy
5+
name: Mobsuccess Compliance
6+
7+
on:
8+
pull_request:
9+
types:
10+
- opened
11+
- edited
12+
- synchronize
13+
14+
jobs:
15+
MobsuccessPRCompliance:
16+
name: "Mobsuccess PR Compliance"
17+
runs-on: ubuntu-20.04
18+
timeout-minutes: 2
19+
steps:
20+
- uses: mobsuccess-devops/github-actions-mobsuccess@master
21+
with:
22+
github-token: ${{ github.token }}
23+
amplify-uri: ${{ secrets.AWS_AMPLIFY_URI }}
24+
storybook-amplify-uri: ${{ secrets.AWS_STORYBOOK_AMPLIFY_URI }}
25+
action: "validate-pr"
26+
# DO NOT EDIT: END

0 commit comments

Comments
 (0)