l git: set announce to true
This commit is contained in:
parent
19380cfd70
commit
42f9ff1645
@ -154,7 +154,7 @@ let
|
||||
public = true;
|
||||
};
|
||||
|
||||
make-restricted-repo = name: { admins ? [], collaborators ? [], announce ? false, hooks ? {}, ... }: {
|
||||
make-restricted-repo = name: { admins ? [], collaborators ? [], announce ? true, hooks ? {}, ... }: {
|
||||
inherit admins collaborators name;
|
||||
public = false;
|
||||
hooks = {
|
||||
|
Loading…
Reference in New Issue
Block a user