diff --git a/infra/production.nix b/infra/production.nix index 65983ac3..8fe410c0 100644 --- a/infra/production.nix +++ b/infra/production.nix @@ -94,7 +94,7 @@ in GH_ISSUES_REPO = "nixpkgs"; GH_SECURITY_TEAM = "security"; GH_COMMITTERS_TEAM = "nixpkgs-committers"; - GH_ISSUES_LABELS = [ "1.severity:security" ]; + GH_ISSUES_LABELS = [ "1.severity: security" ]; GH_ISSUES_COMMITTERS_ONLY = true; };