Skip to content

Commit b402578

Browse files
sutaakarclaude
andcommitted
Use mergify to merge PRs for stream to lake sync
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 7fa0b8a commit b402578

2 files changed

Lines changed: 12 additions & 220 deletions

File tree

.github/workflows/auto-merge-lake-gate.yml

Lines changed: 0 additions & 220 deletions
This file was deleted.

.mergify.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
pull_request_rules:
2+
- name: Auto-merge lake-gate PRs to stable
3+
conditions:
4+
- base=stable
5+
- label=lake-gate
6+
- -draft
7+
- -closed
8+
- author=github-actions[bot]
9+
- check-success~=^Red Hat Konflux.*
10+
actions:
11+
merge:
12+
method: fast-forward

0 commit comments

Comments
 (0)