From 22dbcb75909ae31b38b9530c19770213471a3caa Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 8 Nov 2024 09:25:09 -0800 Subject: [PATCH] refactor: Update stale issue comment text for clarity and conciseness --- scripts/issues.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/issues.py b/scripts/issues.py index d1fc10cb2..7103eedec 100755 --- a/scripts/issues.py +++ b/scripts/issues.py @@ -28,7 +28,7 @@ This looks like a duplicate of #{oldest_issue_number}. Please see the comments t I'm going to close this issue for now. But please let me know if you think this is actually a distinct issue and I will reopen this issue.""" # noqa -STALE_COMMENT = """This issue has been labelled stale because it has been open for 2 weeks with no activity. Remove stale label or add a comment to keep this issue open. Otherwise, it will be closed in 7 days.""" # noqa +STALE_COMMENT = """I'm labeling this issue as stale because it has been open for 2 weeks with no activity. If there are no additional comments, it will be closed in 7 days.""" # noqa # GitHub API configuration GITHUB_API_URL = "https://api.github.com"