From f04b7ea27e3696f1d65feb9098f162e888725143 Mon Sep 17 00:00:00 2001 From: Adin Schmahmann Date: Wed, 4 Oct 2023 14:05:57 -0400 Subject: [PATCH] Unarchive rainbow and broaden access (#172) --- github/ipfs.yml | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/github/ipfs.yml b/github/ipfs.yml index 61c7eb8..f907510 100644 --- a/github/ipfs.yml +++ b/github/ipfs.yml @@ -8279,8 +8279,11 @@ repositories: rainbow: advanced_security: false allow_update_branch: false - archived: true - default_branch: master + archived: false + collaborators: + push: + - web3-bot + default_branch: main description: "EXPERIMENT: A standalone ipfs gateway" files: .github/workflows/stale.yml: @@ -8315,10 +8318,20 @@ repositories: has_discussions: false merge_commit_message: PR_TITLE merge_commit_title: MERGE_MESSAGE - secret_scanning_push_protection: false - secret_scanning: false + secret_scanning_push_protection: true + secret_scanning: true squash_merge_commit_message: COMMIT_MESSAGES squash_merge_commit_title: COMMIT_OR_PR_TITLE + teams: + admin: + - admin + push: + - ipdx + - w3dt-stewards + topics: + - http + - ipfs-gateway + - ipfs visibility: public roadmap: advanced_security: false