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 520614e commit 0331d10Copy full SHA for 0331d10
src/handlers/check_commits/behind_upstream.rs
@@ -27,7 +27,7 @@ pub(super) async fn behind_upstream(
27
days_old
28
);
29
30
- // The message remain the same to ensure the warning is emit only once.
+ // The message remain the same to ensure the warning is emit only once for each base commit.
31
Some(format!(
32
r"This PR is based on an [upstream commit]({upstream_commit_url}) that is older than {age_threshold} days.
33
0 commit comments