This action integrates asana with github for task movement and auto comment.
- Asana account with the permission on the particular project you want to integrate with, as this action needs your personal access token.
Required Your personal access token of asana, you can find it in asana docs.
Optional JSON array of objects having project and section where to move current task. Move task only if it exists in target project. e.g
targets_commit_push: '[{"project": "Backlog", "section": "Development Done"}, {"project": "Current Sprint", "section": "In Review"'
# OR
targets_pr_raise: '[{"project": "Backlog", "section": "Development Done"}, {"project": "Current Sprint", "section": "In Review"}]'
# OR
targets_pr_merge: '[{"project": "Backlog", "section": "Development Done"}, {"project": "Current Sprint", "section": "In Review"}]'
[Fix] Add xyz to pqr
Asana Task: https://app.asana.com/0/---/---
You only need to add task link. Syntax can be of your choice.
Asana Task: [Task Name](https://app.asana.com/0/---/---)
You only need to add task link. Syntax can be of your choice.
uses: apgapg/github-asana-action@--latest--
with:
asana-token: 'Your PAT'
targets_commit_push: '[{"project": "New MT Flutter App", "section": "Development Done"}, {"project": "Current Sprint", "section": "In Review"}]'
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -m 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request
Thanks goes to these wonderful people:
Ayush P Gupta |