Skip to content

Commit

Permalink
Require CODEOWNERS approval for go-car (#51)
Browse files Browse the repository at this point in the history
* Require CODEOWNERS approval for go-car

This is in support of ipld/go-car#403

Inspiration taken from https://github.com/ipld/github-mgmt/blob/master/docs/EXAMPLE.yml

* fix@4486378102 [skip fix]

---------

Co-authored-by: BigLep <[email protected]>
Co-authored-by: ipld-mgmt-read-write[bot] <102748654+ipld-mgmt-read-write[bot]@users.noreply.github.com>
Co-authored-by: Piotr Galar <[email protected]>
  • Loading branch information
4 people authored Mar 24, 2023
1 parent 0c75ba2 commit 2a1454f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions github/ipld.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a1454f

Please sign in to comment.