From b8b2cb537a46a5ccac1eb1ed1ce92e03402e7dbe Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Sat, 28 Oct 2023 20:39:13 +1000 Subject: [PATCH] .github/settings.yml: various - add nix-community-buildbot topic - remove hercules-ci push permission --- .github/settings.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/settings.yml b/.github/settings.yml index 1093c0a..6bca8e1 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -11,7 +11,7 @@ repository: homepage: "https://nix-community.org" # 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. private: false @@ -152,6 +152,6 @@ branches: 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. restrictions: - apps: ["hercules-ci"] + apps: [] users: ["nix-infra-bot"] teams: []