mirror of
https://github.com/krkn-chaos/krkn.git
synced 2026-09-01 09:37:16 +00:00
Automatically detects merge conflicts on PRs, adds the `needs-rebase` label, and posts a comment with rebase instructions. Cleans up both the label and comment automatically once conflicts are resolved. Triggers on PR open/sync and on push to main (to re-check all open PRs when the base branch moves). Each PR check is wrapped in try/catch so a single failure logs a warning and continues to the next PR. Signed-off-by: Paige Patton <prubenda@redhat.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>