Revert "ci(mergify): upgrade configuration to current format (#4784)"#4791
Open
mauriceyap wants to merge 1 commit intomasterfrom
Open
Revert "ci(mergify): upgrade configuration to current format (#4784)"#4791mauriceyap wants to merge 1 commit intomasterfrom
mauriceyap wants to merge 1 commit intomasterfrom
Conversation
This reverts commit e0139d8. Signed-off-by: Maurice Yap <mauriceyap@hotmail.co.uk>
Contributor
Greptile SummaryThis PR reverts commit Key changes:
Confidence Score: 5/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[PR Opened] --> B{Has ≥1 approval?}
B -- No --> C[post_check: pending]
B -- Yes --> D{Touches internal/lookoutui/?}
D -- No --> E[Rule 1: Lookout UI check\nNot a Lookout UI PR → PASS]
D -- Yes --> F{Only Lookout UI files?}
F -- No --> G[Rule 2: Maintainer check\nMixed files → need ≥2 approvals\nor 1 approval from maintainer]
F -- Yes --> H[Rule 2: Only Lookout UI files → PASS]
D -- Yes --> I[Rule 1: Lookout UI check\n≥2 approvals OR\n1 approval + author is frontend/maintainer?]
I -- No --> J[post_check: FAIL]
I -- Yes --> K[post_check: PASS]
G -- Met --> K
G -- Not Met --> J
E --> K
H --> K
Last reviewed commit: "Revert "ci(mergify):..." |
nikola-jokic
approved these changes
Mar 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This reverts commit e0139d8.