Merge pull request #305165 from ExpidusOS/feat/llvm-team

teams.llvm: add the github team
This commit is contained in:
Weijia Wang 2024-04-19 20:39:42 +02:00 committed by GitHub
commit f9538248e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -575,6 +575,9 @@ with lib.maintainers; {
rrbutani
sternenseemann
];
githubTeams = [
"llvm"
];
scope = "Maintain LLVM package sets and related packages";
shortName = "LLVM";
enableFeatureFreezePing = true;