Skip to content

Commit

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

on:
pull_request:
types:
- assigned
- unassigned
- review_requested
- review_request_removed
- opened
- synchronize
- closed
- edited
- converted_to_draft
- ready_for_review

pull_request_review:
types:
- submitted
- edited
- dismissed

jobs:
Asana:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: mobsuccess-devops/github-actions-asana@master
with:
asana-pat: ${{ secrets.ASANA_PAT }}
github-token: ${{ github.token }}
action: "synchronize"
amplify-uri: ${{ secrets.AWS_AMPLIFY_URI }}
storybook-amplify-uri: ${{ secrets.AWS_STORYBOOK_AMPLIFY_URI }}
# DO NOT EDIT: END

0 comments on commit f327f39

Please sign in to comment.