Commit 0baffed
fix: address review on prompt + skip-cp-setup (PR #81)
- quarto-review.prompt.md: convert checklist item 8's three comma-separated
validation steps to a bullet list, per the repo's own bullet-list rule.
- copilot-setup-steps.yml: pass the event name and label-contains expression
through env vars in the skip check rather than interpolating them into the
shell, the GitHub-recommended pattern against expression injection.
(The `paths:` filter does not block the skip-cp-setup label: Copilot invokes
copilot-setup-steps directly when provisioning its environment, independent of
the `on:` triggers, so the label is honored there.)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 9807548 commit 0baffed
2 files changed
Lines changed: 12 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
49 | 55 | | |
50 | 56 | | |
51 | | - | |
| 57 | + | |
52 | 58 | | |
53 | 59 | | |
54 | | - | |
| 60 | + | |
55 | 61 | | |
56 | 62 | | |
57 | 63 | | |
| |||
0 commit comments