Skip to content

Commit 43cf548

Browse files
authored
Fix typo in CustomGitHubEventHandler (#410)
1 parent 10b63ac commit 43cf548

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

master/custom/pr_testing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ def handle_issue_comment(self, payload, event):
258258
builder_filter_fn = re.compile(builder_filter, re.IGNORECASE)
259259
matched_builders = [
260260
builder_name
261-
for builder_name in builder_names
261+
for builder_name in self.builder_names
262262
if builder_filter_fn.search(builder)
263263
]
264264
if not matched_builders:

0 commit comments

Comments
 (0)