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

@@ -12,6 +12,7 @@ PROJECT_NAME: PROJECT_DESCRIPTION
- Do not rewrite history or run destructive git commands unless explicitly requested.
- Do not create a release unless explicitly requested.
- If `GITEA_TOKEN` is available locally, use it only for read-only Gitea API checks such as private repository metadata, package-read visibility, and Actions run status. Never print, commit, or store the token.
- After pushing commits that trigger a Gitea workflow, check the workflow run before finishing. If it fails, inspect the failing job/logs, fix the issue when in scope, push again, and continue the check loop.
## Commands