.github/settings.yml: various
- add nix-community-buildbot topic - remove hercules-ci push permission
This commit is contained in:
parent
a4005e001d
commit
b8b2cb537a
1 changed files with 2 additions and 2 deletions
4
.github/settings.yml
vendored
4
.github/settings.yml
vendored
|
@ -11,7 +11,7 @@ repository:
|
||||||
homepage: "https://nix-community.org"
|
homepage: "https://nix-community.org"
|
||||||
|
|
||||||
# A comma-separated list of topics to set on the repository
|
# A comma-separated list of topics to set on the repository
|
||||||
topics: "terraform, nixos"
|
topics: "terraform, nixos, nix-community-buildbot"
|
||||||
|
|
||||||
# Either `true` to make the repository private, or `false` to make it public.
|
# Either `true` to make the repository private, or `false` to make it public.
|
||||||
private: false
|
private: false
|
||||||
|
@ -152,6 +152,6 @@ branches:
|
||||||
required_linear_history: false
|
required_linear_history: false
|
||||||
# Required. Restrict who can push to this branch. Team and user restrictions are only available for organization-owned repositories. Set to null to disable.
|
# Required. Restrict who can push to this branch. Team and user restrictions are only available for organization-owned repositories. Set to null to disable.
|
||||||
restrictions:
|
restrictions:
|
||||||
apps: ["hercules-ci"]
|
apps: []
|
||||||
users: ["nix-infra-bot"]
|
users: ["nix-infra-bot"]
|
||||||
teams: []
|
teams: []
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue