We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 26a0460 + b4c1869 commit b8f8530Copy full SHA for b8f8530
1 file changed
src/bin/server/worker.rs
@@ -171,7 +171,7 @@ impl Worker {
171
if !outcome.is_passed() {
172
self.report_failed(build_id, build.as_ref())?;
173
}
174
- if build.pr_number().is_some() || build.branch_name() == "auto" {
+ if build.pr_number().is_some() || build.branch_name() == "automation/bors/auto" {
175
info!("learning from the log");
176
self.learn(build.as_ref())?;
177
} else {
0 commit comments