Skip to content

Commit a6bd86c

Browse files
authored
Refactor FXIOS-5770 [Danger] Large PR warning tweaks (#25504)
Fixup Dangerfile large PR warning wording
1 parent 059169a commit a6bd86c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dangerfile.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func checkBigPullRequest() {
4646

4747
let additionsAndDeletions = additions + deletions
4848
if additionsAndDeletions > bigPRThreshold {
49-
warn("Pull Request size seems relatively large. If this Pull Request contains multiple changes, please split each into separate PR will helps faster, easier review. Consider using epic branches for work that would affect main.")
49+
warn("This Pull Request seems quite large. If it consists of multiple changes, try splitting them into separate PRs for a faster review process. Consider using epic branches for work impacting main.")
5050
}
5151
}
5252

0 commit comments

Comments
 (0)