Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions .pullapprove.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1141,9 +1141,10 @@ groups:
])
reviewers:
users:
- alxhub
- IgorMinar
- alxhub
- jelbourn
- petebacondarwin
Comment thread
jelbourn marked this conversation as resolved.
Outdated
- pkozlowski-opensource
reviews:
request: -1 # request reviews from everyone
Expand All @@ -1164,9 +1165,10 @@ groups:
])
reviewers:
users:
- alxhub
- IgorMinar
- alxhub
- jelbourn
- petebacondarwin
Comment thread
jelbourn marked this conversation as resolved.
Outdated
- pkozlowski-opensource
reviews:
request: -1 # request reviews from everyone
Expand All @@ -1190,6 +1192,7 @@ groups:
- IgorMinar
- jelbourn
- josephperrott
- petebacondarwin
Comment thread
jelbourn marked this conversation as resolved.
Outdated
- pkozlowski-opensource


Expand All @@ -1211,6 +1214,9 @@ groups:
reviewers:
users:
- IgorMinar
- jelbourn
- josephperrott
- mhevery

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's add also add:

reviews:
      request: -1   # request reviews from everyone
      required: 2   # require at least 2 approvals

This group is the root group in the repo, and it would make little sense if the rule for approving this group were more lenient than the requirements for the public-api or size-tracking groups.

@jelbourn jelbourn Jul 13, 2020

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That seems a bit like overkill to me. The reason public-api approvers requires more people is because API decisions have a level of judgement involved in each change and warrant some discussion. This, by contrast, just seems like an accounting of who's responsible for this file which shouldn't be controversial.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's keep to the current policy and not add the additional requirement of 2 approvals. I trust our team not to add themselves or each other to code owners irresponsibly.



# ====================================================
Expand Down