File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: UX demo review
22
33on :
44 # TEMPORARY: using pull_request to test from this branch before merge.
5- # REVERT to pull_request_target before merging
5+ # REVERT to pull_request_target before merging
66 pull_request :
77 types : [labeled]
88
@@ -12,12 +12,17 @@ permissions:
1212
1313jobs :
1414 ux-review :
15- # Pinned to an immutable commit SHA (main @ a276dcf) for supply-chain safety;
16- # this runs on pull_request_target.
17- uses : canonical/automated-ux-qa-checklist-and-quality-standards/.github/workflows/ux-demo-review.yml@7e90a81b9e277d8a3c3761508a5e9fb7ade1cdcc
15+ # TEMPORARY: calling the reusable workflow from the upstream
16+ # "feat-reusable-workflow" branch for testing before it lands on main.
17+ # REVERT to a pinned commit SHA on main before merging for supply-chain safety.
18+ uses : canonical/automated-ux-qa-checklist-and-quality-standards/.github/workflows/ux-demo-review.yml@feat-reusable-workflow
1819 if : " github.event.label.name == 'Review: UX needed'"
1920 with :
2021 pr_number : " ${{ github.event.pull_request.number }}"
22+ # Run the skills repo scripts from the same upstream branch.
23+ ref : feat-reusable-workflow
24+ secrets :
25+ COPILOT_CLI_TOKEN : ${{ secrets.COPILOT_CLI_TOKEN }}
2126 permissions :
2227 contents : read
2328 pull-requests : write
You can’t perform that action at this time.
0 commit comments