Skip to content

Commit 43056cb

Browse files
authored
Add asana.yml GitHub workflow (#1)
1 parent b78626c commit 43056cb

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

.github/workflows/asana.yml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
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

0 commit comments

Comments
 (0)