Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Ayush P Gupta <[email protected]>
  • Loading branch information
apgapg committed Apr 3, 2021
1 parent 3745c6a commit 5077914
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

This action integrates asana with github for task movement and auto comment.

### Prerequisites
### Prerequisites

- Asana account with the permission on the particular project you want to integrate with, as this action needs your personal access token.

Expand Down Expand Up @@ -49,7 +49,7 @@ Asana Task: [Task Name](https://app.asana.com/0/---/---)
You only need to add task link. Syntax can be of your choice.
## Examples
## 💻 Examples
### Without special characters:
Expand All @@ -59,3 +59,25 @@ with:
asana-token: 'Your PAT'
targets_commit_push: '[{"project": "New MT Flutter App", "section": "Development Done"}, {"project": "Current Sprint", "section": "In Review"}]'
```
## 👍 Contribution
1. Fork it
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -m 'Add some feature')
4. Push to the branch (git push origin my-new-feature)
5. Create new Pull Request
## ✨ Active Contributors
Thanks goes to these wonderful people:
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tr>
<td align="center"><a href="https://github.com/apgapg"><img src="https://avatars0.githubusercontent.com/u/13887407?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Ayush P Gupta</b></sub></a><br /></td>
</tr>
</table>

0 comments on commit 5077914

Please sign in to comment.