Skip to content
This repository has been archived by the owner on Sep 14, 2019. It is now read-only.

Releases: probot/probot-config

v1.1.0

26 Jun 21:25
Compare
Choose a tag to compare

1.1.0 (2019-06-26)

Features

v1.0.1

12 Jan 22:47
Compare
Choose a tag to compare
  • Rename deprecated method github.repos.getContent() to github.repos.getContents()

Probot Config Support for updated .github folder patterns

20 Nov 17:02
Compare
Choose a tag to compare

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).