feat(review): make the owner-PR close-exemption per-repo configurable (closeOwnerAuthors) - #1556
Merged
Merged
Conversation
… (closeOwnerAuthors) Reconciles d6a4846b onto main. Per-repo `closeOwnerAuthors` (default false = owner/maintainer PRs exempt from auto-close, merge-or-manual-hold only; true = closeable like a contributor's, still gated by the close autonomy class + adverse signals). Migration renumbered 0073→0076. Also wires the field into the maintainer ai-review route response (main's response had evolved past d6a4846b's base).
Contributor
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1556 +/- ##
=======================================
Coverage 95.42% 95.42%
=======================================
Files 202 202
Lines 21672 21674 +2
Branches 7831 7833 +2
=======================================
+ Hits 20681 20683 +2
Misses 416 416
Partials 575 575
🚀 New features to boost your workflow:
|
This was referenced Jun 27, 2026
Closed
12 tasks
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.
Reconciles d6a4846b onto main — final batch piece. Per-repo
closeOwnerAuthorstoggle (default false = owner PRs exempt from auto-close, byte-identical to today). Migration renumbered 0073→0076; wired the field into the ai-review route response (main's response evolved past d6a4846b's base). Full suite 4735 + 100% patch coverage.