Add merge conflict detector workflow#4907
Add merge conflict detector workflow#4907yashgoyal0110 wants to merge 6 commits intoPalisadoesFoundation:developfrom
Conversation
Our Pull Request Approval ProcessThis PR will be reviewed according to our: Your PR may be automatically closed if:
Thanks for contributing! |
WalkthroughAdds a new GitHub Actions workflow configuration file that automatically detects unresolved merge conflicts in pull requests when the base branch is updated. The workflow triggers on pull request events and pushes to main or develop branches, delegating conflict detection to a reusable workflow from an external repository. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@palisadoes |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #4907 +/- ##
===========================================
- Coverage 95.32% 95.16% -0.17%
===========================================
Files 899 905 +6
Lines 76472 77000 +528
Branches 10746 9062 -1684
===========================================
+ Hits 72899 73275 +376
- Misses 3573 3725 +152
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
palisadoes
left a comment
There was a problem hiding this comment.
- Why is this being applied on pushes?
- I just noticed the same on the centralized GTA.
- We only want the person who submitted the PR to know about conflicts specific to their PR. From what I remember, that's not possible using the push action
|
@palisadoes |
|
@palisadoes |
I apologize for not responding earlier. I've been looking at this some more and have some additional questions as I have been focusing more on app features and testing PRs.
|
only those with conflicting files get notified. they are notified through email as workflow fails. |
|
@palisadoes |
|
@palisadoes |
|
sure |
|
Are you still working on this? |
Yes |
|
This pull request did not get any activity in the past 10 days and will be closed in 360 days if no update occurs. Please verify it has no conflicts with the develop branch and rebase if needed. |
|
This pull request did not get any activity in the past 10 days and will be closed in 360 days if no update occurs. Please verify it has no conflicts with the develop branch and rebase if needed. |
|
This pull request did not get any activity in the past 10 days and will be closed in 360 days if no update occurs. Please verify it has no conflicts with the develop branch and rebase if needed. |
|
This pull request did not get any activity in the past 10 days and will be closed in 360 days if no update occurs. Please verify it has no conflicts with the develop branch and rebase if needed. |
|
This pull request did not get any activity in the past 10 days and will be closed in 360 days if no update occurs. Please verify it has no conflicts with the develop branch and rebase if needed. |
What kind of change does this PR introduce?
feature
fixes: #4892
Snapshots/Videos:
If relevant, did you update the documentation?
Summary
Does this PR introduce a breaking change?
Checklist
CodeRabbit AI Review
Test Coverage
Other information
Have you read the contributing guide?
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.