Skip to content

Commit 0331d10

Browse files
xizheyinUrgau
andauthored
Update src/handlers/check_commits/behind_upstream.rs
Co-authored-by: Urgau <[email protected]>
1 parent 520614e commit 0331d10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/handlers/check_commits/behind_upstream.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pub(super) async fn behind_upstream(
2727
days_old
2828
);
2929

30-
// The message remain the same to ensure the warning is emit only once.
30+
// The message remain the same to ensure the warning is emit only once for each base commit.
3131
Some(format!(
3232
r"This PR is based on an [upstream commit]({upstream_commit_url}) that is older than {age_threshold} days.
3333

0 commit comments

Comments
 (0)