Skip to content

Commit 8b1d805

Browse files
committed
Fix up comment
1 parent 2c250bd commit 8b1d805

File tree

1 file changed

+1
-1
lines changed
  • src/dotnet-roslyn-tools/PRFinder/Hosts

1 file changed

+1
-1
lines changed

src/dotnet-roslyn-tools/PRFinder/Hosts/GitHub.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public bool ShouldSkip(Commit commit, ref bool mergePRFound)
9696
var prNumber = match.Groups[2].Value;
9797

9898
// Squash PR Messages are in the form "Nullable annotate TypeCompilationState and MessageID (#39449)"
99-
// Take the 1st line since it should be descriptive.
99+
// Take the first line up until the PR number.
100100
var comment = match.Groups[1].Value;
101101
return new(prNumber, comment);
102102
}

0 commit comments

Comments
 (0)