Skip to content

Commit b8f8530

Browse files
authored
Merge pull request #94 from Kobzol/bors
Update branch name for new bors
2 parents 26a0460 + b4c1869 commit b8f8530

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bin/server/worker.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ impl Worker {
171171
if !outcome.is_passed() {
172172
self.report_failed(build_id, build.as_ref())?;
173173
}
174-
if build.pr_number().is_some() || build.branch_name() == "auto" {
174+
if build.pr_number().is_some() || build.branch_name() == "automation/bors/auto" {
175175
info!("learning from the log");
176176
self.learn(build.as_ref())?;
177177
} else {

0 commit comments

Comments
 (0)