PAUL.yaml 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. maintainers:
  2. - knelasevero
  3. - gusfcarvalho
  4. - moolen
  5. - sebagomez
  6. - rodrmartinez
  7. - IdanAdar
  8. - skarlso
  9. - rogertuma
  10. # Emeritus Approvers
  11. - Flydiverny
  12. - silasbw
  13. - mcavoyk
  14. - riccardomc
  15. - jonatasbaldin
  16. # Allows for the /label and /remove-label commands
  17. # usage: /label enhancement
  18. # usage: /remove-label enhancement
  19. # Will only add existing labels
  20. # Can be used on PR's or Issues
  21. labels: true
  22. # Checks if an issue or an Pull request has a description
  23. empty_description_check:
  24. enabled: true
  25. enforced: true
  26. # Settings for branch destroyer
  27. # branch destroyer will not delete your default branch
  28. # set other "protected" branches here
  29. branch_destroyer:
  30. enabled: true
  31. protected_branches:
  32. - master
  33. - main
  34. pull_requests:
  35. # Specifies whether to allow for automated merging of Pull Requests (label merge, merges in the next hour if everything is ok)
  36. automated_merge: true
  37. # Paul will mark a pull request as "stale" if a Pull Request is not updated for this amount of days
  38. # stale_time: 15
  39. # This will limit the amount of PR's a single contributer can have
  40. # Limits work in progress
  41. limit_pull_requests:
  42. max_number: 30
  43. # This is the message that will displayed when a user opens a pull request
  44. open_message: |
  45. Greetings!
  46. Thank you for contributing to this project!
  47. If this is your first time contributing, please make
  48. sure to read the [Developer](https://external-secrets.io/latest/contributing/devguide/) and [Contributing Process](https://external-secrets.io/latest/contributing/process/) guides.
  49. Please also mind and follow our [Code of Conduct](https://external-secrets.io/latest/contributing/coc/).
  50. Useful commands:
  51. - `make fmt`: Formats the code
  52. - `make check-diff`: Ensures the branch is clean
  53. - `make reviewable`: Ensures a PR is ready for review
  54. # Enables the /cat command
  55. cats_enabled: true
  56. # enables the /dog command
  57. dogs_enabled: true
  58. # Allows any maintainer in the list to run /approve
  59. # Paul will approve the PR (Does not merge it)
  60. allow_approval: true
  61. giphy_enabled: true