PAUL.yaml 2.0 KB

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