anubhavshrivastava/Asana Github Action
Creates an Asana Task when a PR is created
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Aug 11, 2021
- License
- None
Pinned Snippet
uses: anubhavshrivastava/asana-github-action@bbb61b6842448dbc0adb86f4ed6a23765d652000 # testingtags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| ASANA_PROJECT_ID | Asana Project ID where the PR Tasks will be created | yes | — |
| PR_LINK | The PR to be reviewed | yes | — |
| GITHUB_TOKEN | Github Token to access the PR information | yes | — |
| ASANA_TOKEN | Asana Token to update the Asana Board with the created tasks | yes | — |
| USER_MAPPER | A json string with the mapping of github-username to asana-email-id | yes | — |
Outputs
no outputs