Skip to content

Commit 57f7cd0

Browse files
authored
Merge dc61f47 into e6226b7
2 parents e6226b7 + dc61f47 commit 57f7cd0

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

ci/danger/Dangerfile

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -71,25 +71,12 @@ def has_sdk_changes()
7171
}
7272
end
7373

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-
8674
### Actions
8775

8876
# Warn if a changelog is left out on a non-trivial PR that has modified
8977
# SDK source files.
9078
#
91-
# TODO: remove the `is_enabled` after tests are complete
92-
if is_enabled && has_sdk_changes()
79+
if has_sdk_changes()
9380
if !has_changelog_changes && !declared_trivial
9481
warning = "Did you forget to add a changelog entry? (Add the 'no-changelog'"\
9582
" label to the PR to silence this warning.)"

0 commit comments

Comments
 (0)