Skip to content

Commit

Permalink
Add mobsuccess.yml GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-bot committed Aug 23, 2023
1 parent 22bed34 commit 0e4c624
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .github/workflows/mobsuccess.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# DO NOT EDIT: BEGIN
# This snippet has been inserted automatically by mobsuccessbot, do not edit!
# If changes are needed, update the action mobsuccess in
# https://github.com/mobsuccess-devops/github-mobsuccess-policy
name: Mobsuccess Compliance

on:
merge_group:
types:
- checks_requested

issue_comment:
types:
- created
- edited

pull_request:
types:
- opened
- edited
- synchronize

jobs:
MobsuccessPRCompliance:
name: "Mobsuccess PR Compliance"
runs-on: ubuntu-20.04
timeout-minutes: 2
steps:
- uses: mobsuccess-devops/github-actions-mobsuccess@master
with:
github-token: ${{ github.token }}
amplify-uri: ${{ secrets.AWS_AMPLIFY_URI }}${{ vars.AWS_AMPLIFY_URI }}
storybook-amplify-uri: ${{ secrets.AWS_STORYBOOK_AMPLIFY_URI }}${{ vars.AWS_STORYBOOK_AMPLIFY_URI }}
action: "validate-pr"
# DO NOT EDIT: END

0 comments on commit 0e4c624

Please sign in to comment.