-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: add merge-by workflows #2379
Conversation
Signed-off-by: Trae Yelovich <[email protected]>
📅 Suggested merge-by date: 12/23/2024 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2379 +/- ##
=======================================
Coverage 91.27% 91.27%
=======================================
Files 638 638
Lines 18146 18146
Branches 3916 3915 -1
=======================================
Hits 16563 16563
Misses 1582 1582
Partials 1 1 ☔ View full report in Codecov by Sentry. |
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 😋
What It Does
Adds a merge-by comment to PRs when they are marked as ready, and updates a table in the Discussions tab to track PRs that are ready for merge.
Review Checklist
I certify that I have:
Additional Comments