comment-on-task-github-action
comment-on-task-github-action copied to clipboard
Support rich text comments?
Hi Asana,
It appears that this action uses a backend service for the integration in Asana — is there any way to send rich text comments via that integration? It would be nice to do something like <a href="{{PR_URL}}">#{{PR_ID}}: {{PR_NAME}}</a> is now {{PR_STATUS}}
for the comment-text, so it'd be something like:
PR Bot commented: #2: Support rich text comments? is now open.
Please enable this? Or at least enable markdown support!
There is support for HTML text using POST https://app.asana.com/api/1.0/tasks/{task_gid}/stories, but this isn't used directly and it will need to be supported within the Github app for Asana