Skip to content

Commit 80aa97b

Browse files
committed
Add asana.yml GitHub workflow
1 parent 21b070a commit 80aa97b

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

.github/workflows/asana.yml

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
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+
merge_group:
9+
types:
10+
- checks_requested
11+
12+
pull_request:
13+
types:
14+
- assigned
15+
- unassigned
16+
- review_requested
17+
- review_request_removed
18+
- opened
19+
- synchronize
20+
- closed
21+
- edited
22+
- converted_to_draft
23+
- ready_for_review
24+
25+
pull_request_review:
26+
types:
27+
- submitted
28+
- edited
29+
- dismissed
30+
31+
jobs:
32+
Asana:
33+
runs-on: ubuntu-latest
34+
timeout-minutes: 3
35+
steps:
36+
- uses: mobsuccess-devops/github-actions-asana@master
37+
with:
38+
asana-pat: ${{ secrets.ASANA_PAT }}
39+
github-token: ${{ github.token }}
40+
action: "synchronize"
41+
amplify-uri: ${{ secrets.AWS_AMPLIFY_URI }}
42+
storybook-amplify-uri: ${{ secrets.AWS_STORYBOOK_AMPLIFY_URI }}
43+
# DO NOT EDIT: END

0 commit comments

Comments
 (0)