We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6edf624 + 0d9737a commit fee5555Copy full SHA for fee5555
bors.toml
crates/sourcegen/src/lib.rs
@@ -196,6 +196,6 @@ fn normalize_newlines(s: &str) -> String {
196
pub fn project_root() -> PathBuf {
197
let dir = env!("CARGO_MANIFEST_DIR");
198
let res = PathBuf::from(dir).parent().unwrap().parent().unwrap().to_owned();
199
- assert!(res.join("bors.toml").exists());
+ assert!(res.join("triagebot.toml").exists());
200
res
201
}
0 commit comments