https://github.com/mastilver/octoscripts-scripts
scripts run by octoscripts.com
https://github.com/mastilver/octoscripts-scripts
Last synced: about 1 month ago
JSON representation
scripts run by octoscripts.com
- Host: GitHub
- URL: https://github.com/mastilver/octoscripts-scripts
- Owner: mastilver
- License: mit
- Created: 2017-02-09T11:47:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-19T19:43:03.000Z (over 9 years ago)
- Last Synced: 2024-12-19T15:03:30.877Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://octoscripts.com
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# octoscripts-scripts [](https://travis-ci.org/mastilver/octoscripts-scripts)
> Scripts run by [Octoscripts](https://octoscripts.com)
## Usage
- Log in [Octoscripts](https://octoscripts.com)
- customize your `octoscripts.json` config as follow:
```json
{
"tag-merge-conflict": true,
"merge-greenkeeper": true,
"eslint": {
"patterns": [
"src"
]
}
}
```
## Scripts
- [merge-greenkeeper](https://github.com/mastilver/octoscripts-scripts/blob/master/packages/octoscripts-merge-greenkeeper) Merge greenkeeper pull-requests when they pass
- [tag-merge-conflits](https://github.com/mastilver/octoscripts-scripts/blob/master/packages/octoscripts-tag-merge-conflits) Tags GitHub pull-requests when there is a merge conflict
## License
MIT © [Thomas Sileghem](http://mastilver.com)