PAUL.yaml 1.8 KB

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