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

@@ -155,6 +155,7 @@ Before final response:
- run the cheapest reliable verification command,
- check `git diff --check`,
- 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,
- summarize changed files,
- do not create a release unless explicitly requested.