You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Dangerfile.swift
+1-1
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ func checkBigPullRequest() {
46
46
47
47
letadditionsAndDeletions= additions + deletions
48
48
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 fasterreview process. Consider using epic branches for work impacting main.")
0 commit comments