Skip to content

Replace homu with bors-ng #584

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 16, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@ branches:
# release tags
- /^v\d+\.\d+\.\d+.*$/
- master
# bors-ng branches; see https://bors-ng.github.io/getting-started/
- trying
- staging

notifications:
email:
Expand Down
16 changes: 7 additions & 9 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,20 +85,18 @@ locally. More information is available in the [CI Readme][ci-readme].
[travis-ci]: https://travis-ci.org/nix-rust/nix
[ci-readme]: ci/README.md

## Homu, the bot who merges all the PRs
## bors, the bot who merges all the PRs

All pull requests are merged via [homu], an integration bot. After the
All pull requests are merged via [bors], an integration bot. After the
pull request has been reviewed, the reviewer will leave a comment like

> @homu r+
> bors r+

to let @homu know that it was approved. Then @homu will check that it passes
tests when merged with the latest changes in the `master` branch, and merge if
the tests succeed. You can check out the [nix queue on homu][queue] to see the
status of PRs and their tests.
to let bors know that it was approved. Then bors will check that it passes
tests when merged with the latest changes in the `master` branch, and
merge if the tests succeed.

[homu]: http://homu.io/
[queue]: http://homu.io/q/nix-rust/nix
[bors]: https://bors-ng.github.io/


## API conventions
Expand Down
1 change: 1 addition & 0 deletions bors.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
status = ["continuous-integration/travis-ci/push"]