Fix where we pull the login name from
This commit is contained in:
parent
d497f16644
commit
5ed3669dfe
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ def maintain(config_path: Path, schedule: timedelta):
|
||||||
):
|
):
|
||||||
_resolve(notif, "Unengaged issue closed")
|
_resolve(notif, "Unengaged issue closed")
|
||||||
|
|
||||||
if user["author"]["login"] in author_shitlist:
|
if issue["user"]["login"] in author_shitlist:
|
||||||
_resolve(notif, "Ignoring issue by author")
|
_resolve(notif, "Ignoring issue by author")
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
|
|
Loading…
Reference in a new issue