Guest User

Untitled

a guest
Aug 9th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. CODEOWNERS Extension
  2. * @jaykan
  3. *.js @jakan @github/js min=2
  4. docs/* docs@example.com review=optional min=0
  5. CODEOWNERS it@example.com review=required
  6.  
  7. [block]
  8. * @jaykan
  9. package.json infosec@example.com
  10. CODEOWNERS it@example.com infosec@example.com
  11.  
  12. [unblock]
  13. * @someone_else
  14.  
  15. [notify]
  16. CODEOWNERS infosec@example.com
  17. package.json infosec@example.com
  18. review=optional/required
  19. You can override the repo-specific settings for a reviewer if their review is required or optional.
  20.  
  21. min=0/1/2/...
  22. You can specify the minimum number of required reviewers for a pull request to be merged.
  23.  
  24. [block]
  25. Allow a user/group to block pull requests from being merged, even if they are approved by others.
  26.  
  27. These blocks can only be removed by the user/group that created them.
  28.  
  29. [unblock]
  30. Allow a user/group to un-block a pull request, even if they are not the user/group that created them.
  31.  
  32. [notify]
  33. Subscribe a user/group to updates without making them reviewers.
Add Comment
Please, Sign In to add comment