fix: branch name compliance [DEVOP-147] #471
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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: | |
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 |