Skip to content

Commit

Permalink
[github] quick fix for GHD script (#4347)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugtalbot authored Dec 11, 2023
1 parent d33ae52 commit 9c9e377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/comment-close-old-discussions.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ def temporary_github_closing_comment(discussion_id, discussion_author):
# CLOSING step
# ------- TO REMOVE !!!! ---------
date_today = date.today()
date_end_temporary_message = date.fromisoformat('2023-12-01')
date_end_temporary_message = date.fromisoformat('2024-01-01')
temporary_case = False

if date_today > date_end_temporary_message:
Expand Down

0 comments on commit 9c9e377

Please sign in to comment.