GRM-54: fix: fix broken automation pipeline (auto-merge, Vikunja, CI enforcement)

This commit is contained in:
2026-06-22 08:04:54 +00:00
parent ad3c43bf8e
commit 0bf78d4f83
8 changed files with 97 additions and 9 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ from gitea_runner_manager.exceptions import APIError
from gitea_runner_manager.i18n import _
READY_TO_MERGE = "ready-to-merge"
MAX_WAIT_SECONDS = 180 # 3 minutes max — CI should already be running
MAX_WAIT_SECONDS = 600 # 10 minutes max — CI may still be running when label is added
POLL_INTERVAL_SECONDS = 15 # Poll every 15 seconds