PAUL.yaml 1.8 KB

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