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.
1 parent 29d9e78 commit 5fdce04Copy full SHA for 5fdce04
src/bors/handlers/review.rs
@@ -207,7 +207,7 @@ async fn notify_of_pushed_pr(
207
.post_comment(
208
pr_number,
209
Comment::new(format!(
210
- r#":warning: Branch's head was changed to `{}`, the
+ r#":warning: A new commit `{}` was pushed to the branch, the
211
PR will need to be re-approved."#,
212
head_sha
213
)),
@@ -428,7 +428,7 @@ PR will need to be re-approved."#,
428
assert_eq!(
429
tester.get_comment().await?,
430
format!(
431
- r#":warning: Branch's head was changed to `pr-{}-sha`, the
+ r#":warning: A new commit `pr-{}-sha` was pushed to the branch, the
432
433
default_pr_number()
434
)
0 commit comments