From 01fa994f239706ae79e6b21036907169a1d03b37 Mon Sep 17 00:00:00 2001 From: Mobsuccess Bot Date: Thu, 27 Apr 2023 07:43:51 +0000 Subject: [PATCH] Add mobsuccess.yml GitHub workflow --- .github/workflows/mobsuccess.yml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/workflows/mobsuccess.yml diff --git a/.github/workflows/mobsuccess.yml b/.github/workflows/mobsuccess.yml new file mode 100644 index 0000000..b98d4d3 --- /dev/null +++ b/.github/workflows/mobsuccess.yml @@ -0,0 +1,30 @@ +# 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 + + 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 }} + storybook-amplify-uri: ${{ secrets.AWS_STORYBOOK_AMPLIFY_URI }} + action: "validate-pr" +# DO NOT EDIT: END