Skip to content

Commit 99d14d9

Browse files
committed
Replace homu with bors-ng
@homu has served us well, but is unmaintained. @bors will serve us in its stead. Fixes #580
1 parent 635c871 commit 99d14d9

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,9 @@ branches:
125125
# release tags
126126
- /^v\d+\.\d+\.\d+.*$/
127127
- master
128+
# bors-ng branches; see https://bors-ng.github.io/getting-started/
129+
- trying
130+
- staging
128131

129132
notifications:
130133
email:

CONTRIBUTING.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -85,20 +85,18 @@ locally. More information is available in the [CI Readme][ci-readme].
8585
[travis-ci]: https://travis-ci.org/nix-rust/nix
8686
[ci-readme]: ci/README.md
8787

88-
## Homu, the bot who merges all the PRs
88+
## bors, the bot who merges all the PRs
8989

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

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

100-
[homu]: http://homu.io/
101-
[queue]: http://homu.io/q/nix-rust/nix
99+
[bors]: https://bors-ng.github.io/
102100

103101

104102
## API conventions

0 commit comments

Comments
 (0)