From 2a1454fbdf4b58ba86fcaf8d658ca1f674a85287 Mon Sep 17 00:00:00 2001 From: Steve Loeppky Date: Thu, 23 Mar 2023 18:14:41 -0700 Subject: [PATCH] Require CODEOWNERS approval for go-car (#51) * Require CODEOWNERS approval for go-car This is in support of https://github.com/ipld/go-car/pull/403 Inspiration taken from https://github.com/ipld/github-mgmt/blob/master/docs/EXAMPLE.yml * fix@4486378102 [skip fix] --------- Co-authored-by: BigLep Co-authored-by: ipld-mgmt-read-write[bot] <102748654+ipld-mgmt-read-write[bot]@users.noreply.github.com> Co-authored-by: Piotr Galar --- github/ipld.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/github/ipld.yml b/github/ipld.yml index 2af941d..009b82b 100644 --- a/github/ipld.yml +++ b/github/ipld.yml @@ -262,6 +262,18 @@ repositories: require_code_owner_reviews: false required_approving_review_count: 1 restrict_dismissals: false + master: + allows_deletions: false + allows_force_pushes: false + enforce_admins: false + require_conversation_resolution: false + require_signed_commits: false + required_linear_history: false + required_pull_request_reviews: + dismiss_stale_reviews: false + require_code_owner_reviews: true + required_approving_review_count: 1 + restrict_dismissals: false collaborators: admin: - masih