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

@@ -53,6 +53,10 @@ Are commands unknown?
Is this a private Gitea repo with Actions?
yes -> if GITEA_TOKEN is set locally, use it for read-only API checks of repository and workflow-run status
no -> use public web/API checks when available
Did you push a commit that should trigger a workflow?
yes -> check the workflow run; if it fails, inspect logs, fix in scope, push again, and re-check
no -> finish with local verification status
```
## Minimal File Set