mirror of
https://github.com/krkn-chaos/krkn.git
synced 2026-09-01 09:37:16 +00:00
With maxAttempts=1, all PRs have mergeable=null immediately after a push and are skipped. PRs that are never subsequently updated (no new commits, no re-opens) never get rechecked. Increasing to 3 attempts (5s + 10s backoff) gives GitHub ~15s to compute mergeability before giving up. Signed-off-by: Paige Patton <prubenda@redhat.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>