.pullapprove.yml 535 B

1234567891011121314151617181920212223242526
  1. approve_by_comment: true
  2. approve_regex: '^(LGTM|:\+1:|\+1)'
  3. reject_regex: '^(NMW|:-1:|-1)'
  4. reset_on_push: false
  5. signed_off_by:
  6. required: true
  7. always_pending:
  8. title_regex: '(WIP|wip)'
  9. labels:
  10. - wip
  11. # custom message that will be used for the GitHub status
  12. explanation: 'Author of this PR has marked it WIP please do not review this'
  13. reviewers:
  14. members:
  15. - 0intro
  16. - aki5
  17. - dancrossnyc
  18. - elbing
  19. - floren
  20. - fuchicar
  21. - hdonnay
  22. - keedon
  23. - rminnich
  24. - sevki
  25. name: Harvey-OS/core
  26. required: 1