Skip to content

Conversation

@miguelgrinberg
Copy link
Contributor

There is no need to include the whole team as a reviewer. Removing the CODEOWNERS file will cut down on notifications sent to team members. None of the other dynamic languages have this file.

@miguelgrinberg miguelgrinberg requested a review from a team as a code owner December 3, 2025 12:41
@miguelgrinberg miguelgrinberg merged commit bcf6acf into main Dec 3, 2025
24 of 32 checks passed
@miguelgrinberg miguelgrinberg deleted the remove-code-owners-file branch December 3, 2025 14:10
@pquentin
Copy link
Member

pquentin commented Dec 8, 2025

Thanks! I would suggest backporting this to all the branches receiving automated updates, currently 8.19, 9.1 and 9.2.

@github-actions
Copy link

github-actions bot commented Dec 8, 2025

The backport to 8.19 failed:

The process '/usr/bin/git' failed with exit code 128

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-8.19 8.19
# Navigate to the new working tree
cd .worktrees/backport-8.19
# Create a new branch
git switch --create backport-1486-to-8.19
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 bcf6acfb8505a3382d938d44da1e3314caf0f794
# Push it to GitHub
git push --set-upstream origin backport-1486-to-8.19
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-8.19

Then, create a pull request where the base branch is 8.19 and the compare/head branch is backport-1486-to-8.19.

@github-actions
Copy link

github-actions bot commented Dec 8, 2025

The backport to 9.2 failed:

The process '/usr/bin/git' failed with exit code 128

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-9.2 9.2
# Navigate to the new working tree
cd .worktrees/backport-9.2
# Create a new branch
git switch --create backport-1486-to-9.2
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 bcf6acfb8505a3382d938d44da1e3314caf0f794
# Push it to GitHub
git push --set-upstream origin backport-1486-to-9.2
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-9.2

Then, create a pull request where the base branch is 9.2 and the compare/head branch is backport-1486-to-9.2.

@github-actions
Copy link

github-actions bot commented Dec 8, 2025

The backport to 9.1 failed:

The process '/usr/bin/git' failed with exit code 128

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-9.1 9.1
# Navigate to the new working tree
cd .worktrees/backport-9.1
# Create a new branch
git switch --create backport-1486-to-9.1
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 bcf6acfb8505a3382d938d44da1e3314caf0f794
# Push it to GitHub
git push --set-upstream origin backport-1486-to-9.1
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-9.1

Then, create a pull request where the base branch is 9.1 and the compare/head branch is backport-1486-to-9.1.

miguelgrinberg added a commit that referenced this pull request Dec 8, 2025
Remove CODEOWNERS file

(cherry picked from commit bcf6acf)
miguelgrinberg added a commit that referenced this pull request Dec 8, 2025
Remove CODEOWNERS file

(cherry picked from commit bcf6acf)
miguelgrinberg added a commit that referenced this pull request Dec 8, 2025
Remove CODEOWNERS file

(cherry picked from commit bcf6acf)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants