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