We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec22c7d commit ac8fe04Copy full SHA for ac8fe04
Dangerfile
@@ -103,7 +103,7 @@ warn("This change includes modification to a file that was backported from newer
103
104
# Reasonable commits must update CHANGES
105
if !github.pr_body.include?("#nochanges") && @S_CHANGE_LINES && git.lines_of_code > @S_CHANGE_LINES && !git.modified_files.include?("CHANGES") && checkFilesPattern(@S_CHANGES_REQUIRED_PATTERNS).any?
106
- warn("You shoudl update CHANGES due to the size of this PR")
+ warn("You should update CHANGES due to the size of this PR")
107
end
108
109
if git.added_files.grep(@S_MIGRATIONS).any?
0 commit comments