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.
2 parents e6226b7 + dc61f47 commit 57f7cd0Copy full SHA for 57f7cd0
ci/danger/Dangerfile
@@ -71,25 +71,12 @@ def has_sdk_changes()
71
}
72
end
73
74
-tester_team = [
75
- 'rlazo',
76
- 'vkryachko',
77
- 'yifanyang',
78
- 'VinayGuthal',
79
- 'davidmotson',
80
- 'daymxn',
81
- 'emilypgoogle'
82
-]
83
-
84
-is_enabled = true if tester_team.include? github.pr_author
85
86
### Actions
87
88
# Warn if a changelog is left out on a non-trivial PR that has modified
89
# SDK source files.
90
#
91
-# TODO: remove the `is_enabled` after tests are complete
92
-if is_enabled && has_sdk_changes()
+if has_sdk_changes()
93
if !has_changelog_changes && !declared_trivial
94
warning = "Did you forget to add a changelog entry? (Add the 'no-changelog'"\
95
" label to the PR to silence this warning.)"
0 commit comments