Skip to content

Commit d2d98e5

Browse files
cleanup
1 parent ac2e7c3 commit d2d98e5

1 file changed

Lines changed: 3 additions & 10 deletions

File tree

.github/workflows/ux-review.yaml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,19 @@
11
name: UX demo review
22

33
on:
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.
107
permissions:
118
contents: read
129

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

0 commit comments

Comments
 (0)