Skip to content

Remove foundation team code owner review requirement - #152

Merged
nieblara merged 1 commit into
mainfrom
cursor/remove-foundation-codeowner-a024
Aug 10, 2026
Merged

Remove foundation team code owner review requirement#152
nieblara merged 1 commit into
mainfrom
cursor/remove-foundation-codeowner-a024

Conversation

@nieblara

Copy link
Copy Markdown
Contributor

Summary

Removes the requirement for the foundation team (@launchdarkly/team-foundation) to review every PR before merge.

The .github/CODEOWNERS file contained a single catch-all rule:

* @launchdarkly/team-foundation

Combined with the branch protection setting "Require review from Code Owners", this made the foundation team a required reviewer on every pull request. Deleting the file removes that code-owner requirement entirely.

Changes

  • Deleted .github/CODEOWNERS

Note

If the goal is to keep code-owner rules for some paths but stop requiring foundation review specifically, let me know and I can scope the CODEOWNERS file down instead of removing it. Also note that if branch protection separately requires a minimum number of approving reviews, that setting is configured in GitHub repo settings (not in the repo) and would need to be adjusted there.

Open in Web Open in Cursor 

Delete .github/CODEOWNERS which assigned @launchdarkly/team-foundation as
a required code owner for all files, forcing their review before merge.

Co-authored-by: Ramon Niebla <nieblara@users.noreply.github.com>
@nieblara
nieblara marked this pull request as ready for review August 10, 2026 22:49
@nieblara
nieblara requested a review from a team as a code owner August 10, 2026 22:49
@nieblara
nieblara enabled auto-merge (squash) August 10, 2026 22:49
@github-actions

Copy link
Copy Markdown

Skill eval results

Skill Before After Δ
agentcontrol/configs-create 100/100 (4/4) 100/100 (4/4) no change
agentcontrol/configs-update 80/100 (4/5) 80/100 (4/5) no change
agentcontrol/configs-variations 80/100 (4/5) 80/100 (4/5) no change
agentcontrol/tools 75/100 (3/4) 75/100 (3/4) no change
feature-flags/flag-and-release-change - 100/100 (4/4) new
feature-flags/flag-release - 100/100 (5/5) new
feature-flags/launchdarkly-flag-command - 100/100 (3/3) new
feature-flags/launchdarkly-flag-create 100/100 (3/3) 100/100 (4/4) no change
feature-flags/launchdarkly-flag-drift - 100/100 (4/4) new
feature-flags/should-flag-change - 94/100 (16/17) new

Only suites whose source actually changed since their last recorded score were re-run. Soft-failing while we stabilise the baseline.

@nieblara
nieblara merged commit 1a86e9f into main Aug 10, 2026
18 checks passed
@nieblara
nieblara deleted the cursor/remove-foundation-codeowner-a024 branch August 10, 2026 23:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants