Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions .github/actions/privacy-review/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,17 +76,14 @@ runs:
asana-pat: ${{ inputs.asana_pat }}
asana-task-id: ${{ steps.create-review-task.outputs.taskId }}
asana-task-comment: |
<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 }}/changes?file-filters[]=.json&file-filters[]=.json5">your PR.</a>
<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 }}/changes?file-filters[]=.json&file-filters[]=.json5">your PR.</a>
Please review the task description, set the Objective and add any context that could help speed up the review process! </body>
asana-task-comment-is-html: true
asana-task-comment-pinned: false
action: 'post-comment-asana-task'

# Requirements on the github_pat:
# - actions: write on duckduckgo/privacy-review-automation
# E2E-TEST REF: pinned to the in-flight classifier branch with the
# privacy_triage_task_id input + dual-link Step 5. Revert to 'main'
# before merging this PR.
- name: Dispatch AI Privacy Review classifier
if: ${{ steps.create-review-task.outputs.taskId != '' }}
uses: actions/github-script@v7
Expand All @@ -100,7 +97,7 @@ runs:
owner: 'duckduckgo',
repo: 'privacy-review-automation',
workflow_id: 'privacy-review-classifier.lock.yml',
ref: 'la/triage-id-link',
ref: 'main',
inputs: {
pr_url: process.env.PR_URL,
privacy_triage_task_id: process.env.TRIAGE_TASK_ID,
Expand Down
Loading