Skip to content

Commit bf6e07c

Browse files
Danger - fix missing change log warning (#5615)
* Dummy change to debug Danger * Dummy public API change * Danger verbose logging * Fix command. * Debug changes * unconditionally run the command * Fix condition * Fix command * Revert changes * Disable has_changelog_changes condition * disable has_sdk_changes condition * Invert condition * Revert code change * Cleanup
1 parent 96ba3a8 commit bf6e07c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dangerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ sdk_changes = (git.modified_files +
136136
end
137137

138138
# Whether or not the PR has modified SDK source files.
139-
has_sdk_changes = sdk_changes.empty?
139+
has_sdk_changes = !sdk_changes.empty?
140140

141141
### Actions
142142

0 commit comments

Comments
 (0)