GRM-54: fix: fix broken automation pipeline (auto-merge, Vikunja, CI enforcement)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user