Skip to content

Commit 4adf9d5

Browse files
committed
accidentally removed run
1 parent e0b524f commit 4adf9d5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/comment-close-old-discussions.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,3 +172,7 @@ def main():
172172
recent_comments = [c for c in comments if datetime.strptime(c['createdAt'], "%Y-%m-%dT%H:%M:%SZ").replace(tzinfo=UTC) > stale_time]
173173
if not recent_comments:
174174
close_and_lock(number)
175+
176+
177+
if __name__ == "__main__":
178+
main()

0 commit comments

Comments
 (0)