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

View file

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