Closed KELiON closed 5 years ago
Looks like context.config is not the same as probot-config, because it doesn't allow organizations to have default config for all repositories.
context.config
probot-config
We have a file in .github repository with this content:
.github
exclude: - master - production
but delete branch bot removes master branch after it is merged to production branch (it is a way that we do releases in most of our repos).
master
production
So, in this PR I replaced context.config to probot-config so it works with default organization config
I'm still charmed by your PR @KELiON . Do you have time to look at the tests?
Thanks again!
Closing as stale
Looks like
context.config
is not the same asprobot-config
, because it doesn't allow organizations to have default config for all repositories.We have a file in
.github
repository with this content:but delete branch bot removes
master
branch after it is merged toproduction
branch (it is a way that we do releases in most of our repos).So, in this PR I replaced
context.config
toprobot-config
so it works with default organization config