File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed
Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change 1+ # DO NOT EDIT: BEGIN
2+ # This snippet has been inserted automatically by mobsuccessbot, do not edit!
3+ # If changes are needed, update the action asana in
4+ # https://github.com/mobsuccess-devops/github-mobsuccess-policy
5+ name : Asana
6+
7+ on :
8+ pull_request :
9+ types :
10+ - assigned
11+ - unassigned
12+ - review_requested
13+ - review_request_removed
14+ - opened
15+ - synchronize
16+ - closed
17+ - edited
18+ - converted_to_draft
19+ - ready_for_review
20+
21+ pull_request_review :
22+ types :
23+ - submitted
24+ - edited
25+ - dismissed
26+
27+ jobs :
28+ Asana :
29+ runs-on : ubuntu-latest
30+ timeout-minutes : 3
31+ steps :
32+ - uses : mobsuccess-devops/github-actions-asana@master
33+ with :
34+ asana-pat : ${{ secrets.ASANA_PAT }}
35+ github-token : ${{ github.token }}
36+ action : " synchronize"
37+ amplify-uri : ${{ secrets.AWS_AMPLIFY_URI }}
38+ storybook-amplify-uri : ${{ secrets.AWS_STORYBOOK_AMPLIFY_URI }}
39+ # DO NOT EDIT: END
You can’t perform that action at this time.
0 commit comments