Commit e7013a3
docs: require pre-commit in fix_issue workflow (#3378)
Refs #3358
The fix-issue recipe required tests and CI monitoring but did not
explicitly require running pre-commit before upload. This let issue-fix
runs complete their checklist while skipping the repo lint/format gate.
This updates `docs/recipes/fix_issue.md` to require
`./infra/pre-commit.py --all-files --fix` in both the Testing section
and the task checklist.
Co-authored-by: dlwh-golem <[email protected]>1 parent facbf8b commit e7013a3
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
97 | 98 | | |
98 | 99 | | |
99 | 100 | | |
| |||
129 | 130 | | |
130 | 131 | | |
131 | 132 | | |
| 133 | + | |
132 | 134 | | |
133 | 135 | | |
134 | 136 | | |
| |||
0 commit comments