You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// The message remain the same to ensure the warning is emit only once for each base commit.
30
31
Some(format!(
31
-
r"This PR is based on an [upstream commit]({upstream_commit_url}) that is {days_old} days old.
32
+
r"This PR is based on an [upstream commit]({upstream_commit_url}) that is older than {age_threshold} days.
32
33
33
34
*It's recommended to update your branch according to the [rustc-dev-guide](https://rustc-dev-guide.rust-lang.org/contributing.html#keeping-your-branch-up-to-date).*",
0 commit comments