Skip to content

Commit 05a449b

Browse files
update flow
1 parent 7024fbd commit 05a449b

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

.github/workflows/ux-review.yaml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: UX demo review
22

33
on:
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

1313
jobs:
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

0 commit comments

Comments
 (0)