Releases: probot/probot-config
v1.1.0
v1.0.1
Probot Config Support for updated .github folder patterns
Many thanks!
This release includes many changes from @cco3, @hiimbex, @jbhoosreddy, @jwsloan and more excellent feedback from issues, the community, and over slack (#6, #7, #8, #14, #16, #18, #22) that update this module to use the pattern reflecting in the readme, which support both opt-in and opt-out patterns based on naming conventions.
New conventions in the .github repository
Please review these updates before updating if you use probot-config. These will break the existing pattern of x.yml
files in the root of the .github
repository. They will now need to be within a .github/x.yml
folder as well.
Opt in/Opt out
The opt-in and opt-out patterns utilize file namings for enforcement. To require every repository to manually opt in with the existence of a config file, use .github/_test.yaml
(in your .github repository). To by default pass the config on to every repository, use .github/test.yaml
(in your .github repository).