This commit is contained in:
Carlos Polop
2026-02-24 21:31:15 +01:00
parent 3cb5411468
commit 98e5e7c3f2
3 changed files with 7 additions and 2 deletions

View File

@@ -211,6 +211,8 @@ jobs:
# Keep all fixer changes, including .github/workflows, and rely on permissioned tokens to push safely.
# Only temporary tool artifacts are filtered out.
git reset -- chack_failure_summary.txt chack_prompt.txt
# Never commit generated or regenerated regex list files from this workflow.
git reset -- build_lists/regexes.yaml
if ! git diff --cached --quiet; then
git commit -m "Fix CI failures for PR #${PR_NUMBER}"
fi