taimursalman/Assign Asana Task on PR Review Request
Assigns an existing Asana task to a user based on PR review request
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Asana Personal Access Token | yes | — |
| pr-url | Pull Request URL | yes | — |
| project-id | Asana project GID | yes | — |
| assignee-email | Email of person to assign task to | yes | — |
| task-id | The asana task ID to be updated. If not passed, then uses the pr-url to get the asana task id | no | — |
Outputs
| name | description |
|---|---|
| assigned | Whether the task was successfully assigned |
| assignee | Name of the assigned user |