momentum-media-engineering/Add Asana Comment
GitHub Action to add comments to Asana tasks
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jul 23, 2025
- License
- None
Pinned Snippet
uses: momentum-media-engineering/asana-actions@1fe284d6b0ebd1555cfbb3ebcee4e81c4cbbf4a1 # v2.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| task_id | The Asana task ID | yes | "" |
| comment | Plain text comment | yes | "" |
| html_text | HTML formatted comment | yes | "" |
| auth_token | Asana API authentication token | yes | "" |
| dynamic | Whether to use dynamic or static comment | yes | false |
| api_url | Asana API URL | yes | "" |
Outputs
| name | description |
|---|---|
| response | API response from Asana |