Skip to content

Commit 7b89551

Browse files
feat: automate UX checks
1 parent 25eeefe commit 7b89551

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

.github/workflows/ux-review.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: UX demo review
2+
3+
on:
4+
pull_request_target:
5+
types: [labeled]
6+
7+
permissions:
8+
contents: read
9+
10+
jobs:
11+
ux-review:
12+
uses: canonical/automated-ux-qa-checklist-and-quality-standards/.github/workflows/ux-demo-review.yml@c0cdc93b0f4ccc457f64b933b11a9863a3e00034
13+
if: "github.event.label.name == 'Review: UX needed'"
14+
with:
15+
pr_number: "${{ github.event.pull_request.number }}"
16+
ref: c0cdc93b0f4ccc457f64b933b11a9863a3e00034
17+
secrets:
18+
COPILOT_CLI_TOKEN: ${{ secrets.COPILOT_CLI_TOKEN }}
19+
permissions:
20+
contents: read
21+
pull-requests: write

0 commit comments

Comments
 (0)