PAUL.yaml 2.0 KB

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