File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : UX demo review
22
33on :
4- # TEMPORARY: using pull_request to test from this branch before merge.
5- # REVERT to pull_request_target before merging
6- pull_request :
4+ pull_request_target :
75 types : [labeled]
86
9- # Restrictive default for the whole workflow; the job below elevates only what it needs.
107permissions :
118 contents : read
129
1310jobs :
1411 ux-review :
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
12+ uses : canonical/automated-ux-qa-checklist-and-quality-standards/.github/workflows/ux-demo-review.yml@c0cdc93b0f4ccc457f64b933b11a9863a3e00034
1913 if : " github.event.label.name == 'Review: UX needed'"
2014 with :
2115 pr_number : " ${{ github.event.pull_request.number }}"
22- # Run the skills repo scripts from the same upstream branch.
23- ref : feat-reusable-workflow
16+ ref : c0cdc93b0f4ccc457f64b933b11a9863a3e00034
2417 secrets :
2518 COPILOT_CLI_TOKEN : ${{ secrets.COPILOT_CLI_TOKEN }}
2619 permissions :
You can’t perform that action at this time.
0 commit comments