There was an error while loading. Please reload this page.
1 parent 25eeefe commit 7b89551Copy full SHA for 7b89551
1 file changed
.github/workflows/ux-review.yaml
@@ -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
21
+ pull-requests: write
0 commit comments