Commit 219c7b8
authored
feat: Add
Part of
github/continuous-ai-for-accessibility#20
(Hubber access only)
Implements @kendallgassner’s boolean input suggestion[^1] from
https://github.slack.com/archives/C096E0MSFFY/p1758141682789409?thread_ts=1758136571.223419&cid=C096E0MSFFY
(Hubber access only)
This PR adds a new optional input to the main composite scanner action
named `skip_copilot_assignment`:
- If provided and set to exactly `true` (a lowercase string, no leading
or trailing whitespace), then the ‘Fix’ step is skipped.
- If omitted, or if set to any other value (including `True`, `TRUE`,
`yes`, `false`, etc.), then the ‘Fix’ step is _not_ skipped.
If a workflow uses `skip_copilot_assignment: true`, Copilot can still be
assigned _manually_ (or by other automations) to issues opened by that
workflow.
[^1]: With a small difference: This PR uses underscores, to match the
style of the other inputs.skip_copilot_assignment input (#598)2 files changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| 99 | + | |
99 | 100 | | |
100 | 101 | | |
101 | 102 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
18 | 22 | | |
19 | 23 | | |
20 | 24 | | |
| |||
48 | 52 | | |
49 | 53 | | |
50 | 54 | | |
51 | | - | |
| 55 | + | |
| 56 | + | |
52 | 57 | | |
53 | 58 | | |
54 | 59 | | |
| |||
0 commit comments