PAUL.yaml 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. maintainers:
  2. - knelasevero
  3. - gusfcarvalho
  4. - sebagomez
  5. - serdarkalayci
  6. - riccardomc
  7. - iamcaleberic
  8. - jonatasbaldin
  9. - mircea-cosbuc
  10. - mcavoyk
  11. - moolen
  12. - silasbw
  13. - Flydiverny
  14. - gabibeyer
  15. - ricardoptcosta
  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: 15
  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://www.external-secrets.io/contributing-devguide/) and [Contributing Process](https://www.external-secrets.io/contributing-process/) guides.
  49. Please also mind and follow our [Code of Conduct](https://www.external-secrets.io/contributing-coc/).
  50. # Enables the /cat command
  51. cats_enabled: true
  52. # enables the /dog command
  53. dogs_enabled: true
  54. # Allows any maintainer in the list to run /approve
  55. # Paul will approve the PR (Does not merge it)
  56. allow_approval: true
  57. giphy_enabled: true