Skip to content

Commit 96c2da9

Browse files
ortadblock
authored andcommitted
Remove the is trivial reference in the Dangerfile correctly (#1457)
1 parent bad3433 commit 96c2da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dangerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Has any changes happened inside the lib dir?
22
has_app_changes = !git.modified_files.grep(/lib/).empty?
33

4-
if git.modified_files.include?('CHANGELOG.md') == false && !declared_trivial && has_app_changes
4+
if git.modified_files.include?('CHANGELOG.md') == false && has_app_changes
55
pr_number = github.pr_json['number']
66
markdown <<-MARKDOWN
77
Here's an example of your CHANGELOG entry:

0 commit comments

Comments
 (0)