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 dc61f47 commit 796ccc7Copy full SHA for 796ccc7
ci/danger/Dangerfile
@@ -76,10 +76,8 @@ end
76
# Warn if a changelog is left out on a non-trivial PR that has modified
77
# SDK source files.
78
#
79
-if has_sdk_changes()
80
- if !has_changelog_changes && !declared_trivial
81
- warning = "Did you forget to add a changelog entry? (Add the 'no-changelog'"\
82
- " label to the PR to silence this warning.)"
83
- warn(warning)
84
- end
+if has_sdk_changes() && !has_changelog_changes && !declared_trivial
+ warning = "Did you forget to add a changelog entry? (Add the 'no-changelog'"\
+ " label to the PR to silence this warning.)"
+ warn(warning)
85
end
0 commit comments