.pullapprove.yml 994 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. version: 2
  2. # General settings to apply
  3. always_pending:
  4. title_regex: '(WIP|wip)'
  5. labels:
  6. - 1. developing
  7. # custom message that will be used for the GitHub status
  8. explanation: 'This PR is a work in progress...'
  9. # Group settings to apply to all groups by default, optionally being overridden later
  10. group_defaults:
  11. author_approval:
  12. ignored: true
  13. approve_by_comment:
  14. enabled: true
  15. approve_regex: '^(Approved|:shipit:|:\+1:|LGTM|Merge)'
  16. reject_regex: '^(Rejected|:-1:)'
  17. reset_on_push:
  18. enabled: false
  19. reset_on_reopened:
  20. enabled: true
  21. conditions:
  22. labels:
  23. exclude:
  24. - dependencies
  25. groups:
  26. code-review:
  27. required: 1
  28. reject_value: -99
  29. users:
  30. - AndyScherzinger
  31. - tobiasKaminsky
  32. - mario
  33. - przybylski
  34. - ardevd
  35. design-review:
  36. conditions:
  37. labels:
  38. - design
  39. reset_on_push:
  40. enabled: false
  41. required: 1
  42. reject_value: -99
  43. users:
  44. - jancborchardt
  45. - eppfel