Skip to content

Commit 83660c0

Browse files
committed
HTML for link
1 parent 0175ae1 commit 83660c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/privacy-review/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ runs:
7676
asana-pat: ${{ inputs.asana_pat }}
7777
asana-task-id: ${{ steps.create-review-task.outputs.taskId }}
7878
asana-task-comment: |
79-
<body> <a data-asana-gid="${{ steps.get-author-asana-id.outputs.asanaUserId }}"/>, this triage task has been created for: ${{ github.event.pull_request.html_url }}
79+
<body> <a data-asana-gid="${{ steps.get-author-asana-id.outputs.asanaUserId }}"/>, this triage task has been created for <a href="${{ github.event.pull_request.html_url }}">your PR.</a>
8080
Please review the task description, set the Objective and add any context that could help speed up the review process! </body>
8181
asana-task-comment-is-html: true
8282
asana-task-comment-pinned: false

0 commit comments

Comments
 (0)