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 Nov 8, 2021
1 parent f36266e commit e7dbc19
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/mobsuccess.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# 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 }}
action: "validate-pr"
# DO NOT EDIT: END

0 comments on commit e7dbc19

Please sign in to comment.