PAUL.yaml 1.8 KB

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