PAUL.yaml 2.0 KB

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