Skip to content

Commit e1ede9d

Browse files
committed
Render submodule warning less ambiguous with the no mention warning
1 parent 596f0c5 commit e1ede9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/handlers/check_commits/modified_submodule.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use crate::github::FileDiff;
22

3-
const SUBMODULE_WARNING_MSG: &str = "These commits modify **submodules**.";
3+
const SUBMODULE_WARNING_MSG: &str = "Some commits in this PR modify **submodules**.";
44

55
/// Returns a message if the PR modifies a git submodule.
66
pub(super) fn modifies_submodule(diff: &[FileDiff]) -> Option<String> {

0 commit comments

Comments
 (0)