Skip to content

Commit 2b32d3a

Browse files
authored
Update pending_user_response.py to fix lintrunner
1 parent 78ca940 commit 2b32d3a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/pending_user_response.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ def main():
6666
if (now - last_auto.created_at).days >= DAYS_BEFORE_CLOSE:
6767
print(f"[VALIDATION] Would close issue/PR #{issue.number} due to inactivity.")
6868
else:
69-
labels = [l.name for l in issue.labels if l.name != LABEL]
7069
print(f"[VALIDATION] Would remove label from issue/PR #{issue.number} after user response.")
7170

7271
if __name__ == "__main__":

0 commit comments

Comments
 (0)