File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments