[TEST - DO NOT MERGE] decouple dispatch_pat for privacy-review#8701
Draft
ladamski wants to merge 2 commits into
Draft
[TEST - DO NOT MERGE] decouple dispatch_pat for privacy-review#8701ladamski wants to merge 2 commits into
ladamski wants to merge 2 commits into
Conversation
Repins ref to the la/decouple-dispatch-pat test branch on duckduckgo/native-github-asana-sync, which adds an optional dispatch_pat input. Passes GT_DAXMOBILE as the dispatch token for the cross-repo classifier dispatch on duckduckgo/privacy-review-automation, while keeping DAXMOBILE_ANDROID_AUTOMATION as the github_pat for the in-repo user_map lookup. DO NOT MERGE — this is a test PR to validate the action change before tagging v2.5. Co-authored-by: Cursor <cursoragent@cursor.com>
Contributor
|
Privacy Review task: https://app.asana.com/0/69071770703008/1215185036049612 |
Replaces github_pat and removes dispatch_pat to test whether GH_AW_GITHUB_TOKEN can fully replace the existing PAT. Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Task/Issue URL: N/A (test PR)
Description
DO NOT MERGE. Throwaway test PR to validate a proposed change to
duckduckgo/native-github-asana-sync.Background: PR #8684 bumped the privacy-review checkout from v2.1 to v2.4. v2.4 added a cross-repo dispatch step against
duckduckgo/privacy-review-automation, andDAXMOBILE_ANDROID_AUTOMATIONlacks access to that repo (404).The proposed action change (branch la/decouple-dispatch-pat) adds an optional
dispatch_patinput. This PR pins to that branch and passesGT_DAXMOBILEasdispatch_pat, while keepingDAXMOBILE_ANDROID_AUTOMATIONasgithub_pat(which already passes the user_map lookup).Steps to test this PR
Privacy review workflow
privacy review.Create Asana task for Privacy Reviewrun and verify:Get PR author Asana IDsucceeds (validatesDAXMOBILE_ANDROID_AUTOMATIONfor user_map).Dispatch AI Privacy Review classifiersucceeds (validatesGT_DAXMOBILEfor cross-repo dispatch).GT_DAXMOBILElacks the needed scope; need to escalate.Do not approve, do not merge. Close after testing.
Made with Cursor