File tree 2 files changed +10
-9
lines changed
2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -125,6 +125,9 @@ branches:
125
125
# release tags
126
126
- /^v\d+\.\d+\.\d+.*$/
127
127
- master
128
+ # bors-ng branches; see https://bors-ng.github.io/getting-started/
129
+ - trying
130
+ - staging
128
131
129
132
notifications :
130
133
email :
Original file line number Diff line number Diff line change @@ -85,20 +85,18 @@ locally. More information is available in the [CI Readme][ci-readme].
85
85
[ travis-ci ] : https://travis-ci.org/nix-rust/nix
86
86
[ ci-readme ] : ci/README.md
87
87
88
- ## Homu , the bot who merges all the PRs
88
+ ## bors , the bot who merges all the PRs
89
89
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
91
91
pull request has been reviewed, the reviewer will leave a comment like
92
92
93
- > @ homu r+
93
+ > bors r+
94
94
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.
99
98
100
- [ homu ] : http://homu.io/
101
- [ queue ] : http://homu.io/q/nix-rust/nix
99
+ [ bors ] : https://bors-ng.github.io/
102
100
103
101
104
102
## API conventions
You can’t perform that action at this time.
0 commit comments