Skip to content

Commit 59c2fe4

Browse files
committed
Fix erroneous refactor
1 parent c9abcb9 commit 59c2fe4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/changelist/_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def main(
157157
pull_requests,
158158
pr_summary_regex=config["pr_summary_regex"],
159159
pr_summary_label_regex=config["pr_summary_label_regex"],
160-
ignored_user_logins=tuple(config["ignored_user_logins"]),
160+
ignore_prs_by_username=config["ignore_prs_by_username"],
161161
)
162162

163163
Formatter = {"md": MdFormatter, "rst": RstFormatter}[format]

0 commit comments

Comments
 (0)