probot-config
probot-config copied to clipboard
A Probot extension to easily share configs between repositories.
Results
2
probot-config issues
Sort by
recently updated
recently updated
newest added
Currently we make a call to `repo.getContents()` for every request to check the configuration. This can have a negative effect on API rate limits since an app has to use...
I am using probot bots to support my workflow on GHE. I'm trying to use `probot-config` to centralize my yml files for others. I tried to make locale deployment for...