Require Gitea workflow status loop

This commit is contained in:
MrSphay
2026-05-03 02:10:10 +02:00
parent 28fbaf37d4
commit a0552ff51e
5 changed files with 11 additions and 0 deletions

View File

@@ -146,6 +146,7 @@ Before final response:
- run `git diff --check`,
- run the smallest reliable verification command,
- if using Gitea Actions, check the pushed workflow run; for private `git.wilkensxl.de` repositories, use a locally set `GITEA_TOKEN` for read-only API status checks when available,
- if the pushed workflow fails, inspect the failing job/logs, fix in scope, push again, and re-check the next run,
- list files changed,
- mention any skipped checks,
- do not create a release unless explicitly requested.