-
- Downloads
feat: Add ability to skip status checks for automerge (#438)
This starts off [#359](https://github.com/singapore/renovate/issues/359) (configurable status checks) but only implements one sub-feature of it: disabling status checks to allow automerge if tests fail or if no tests are present.
Showing
- docs/configuration.md 10 additions, 2 deletionsdocs/configuration.md
- lib/api/github.js 14 additions, 1 deletionlib/api/github.js
- lib/api/gitlab.js 14 additions, 1 deletionlib/api/gitlab.js
- lib/config/definitions.js 9 additions, 0 deletionslib/config/definitions.js
- lib/workers/branch/index.js 4 additions, 1 deletionlib/workers/branch/index.js
- lib/workers/pr/index.js 15 additions, 4 deletionslib/workers/pr/index.js
- test/api/github.spec.js 19 additions, 9 deletionstest/api/github.spec.js
- test/api/gitlab.spec.js 15 additions, 5 deletionstest/api/gitlab.spec.js
- test/workers/package/__snapshots__/index.spec.js.snap 1 addition, 0 deletionstest/workers/package/__snapshots__/index.spec.js.snap
Loading
Please register or sign in to comment