lib.teams: Remove .githubTeams in favor of singular .github#449986
Merged
wolfgangwalther merged 1 commit intoNixOS:masterfrom Oct 9, 2025
Merged
lib.teams: Remove .githubTeams in favor of singular .github#449986wolfgangwalther merged 1 commit intoNixOS:masterfrom
wolfgangwalther merged 1 commit intoNixOS:masterfrom
Conversation
No team was using the feature of having multiple GitHub teams, and this would make it tricky to try to sync maintainer teams with GitHub teams.
a610a2b to
1ea51e1
Compare
wolfgangwalther
approved these changes
Oct 8, 2025
Member
|
Edit: Sorry, I was blind and missed the changes. |
Eveeifyeve
approved these changes
Oct 9, 2025
1 task
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.
No team was using the feature of having multiple GitHub teams, and this would make it tricky to try to sync maintainer teams with GitHub teams, so let's switch teams to a singular list instead. This is a step towards #447514
It might be a bit overkill to do the entire deprecation dance for
lib.teams.*.githubTeams, but I figured it won't hurt.Tested with:
maintainers/scripts/feature-freeze-teams.plnix-build lib/tests/teams.nixAdd a 👍 reaction to pull requests you find important.