summaryrefslogtreecommitdiffhomepage
path: root/script/github
diff options
context:
space:
mode:
authorBrendan Allan <[email protected]>2026-04-17 11:50:17 +0800
committerBrendan Allan <[email protected]>2026-04-17 11:53:17 +0800
commita4882290aa0a0f12c6ba849ce23cda4991017337 (patch)
treeab39db4c19bb4809396563fb89c898d84e25ddf8 /script/github
parent42771c1db377d190b670ec623a951e2ad7d51c3d (diff)
parentfbbab9d6c8a03c4cd5bed0d13a85f52e3aca47ce (diff)
downloadopencode-a4882290aa0a0f12c6ba849ce23cda4991017337.tar.gz
opencode-a4882290aa0a0f12c6ba849ce23cda4991017337.zip
Merge branch 'dev' into nxl/improve-compaction-strategy
Diffstat (limited to 'script/github')
-rwxr-xr-xscript/github/close-issues.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/script/github/close-issues.ts b/script/github/close-issues.ts
index 7b38bf675..e8f0573eb 100755
--- a/script/github/close-issues.ts
+++ b/script/github/close-issues.ts
@@ -2,8 +2,7 @@
const repo = "anomalyco/opencode"
const days = 60
-const msg =
- "To stay organized issues are automatically closed after 90 days of no activity. If the issue is still relevant please open a new one."
+const msg = `To stay organized issues are automatically closed after ${days} days of no activity. If the issue is still relevant please open a new one.`
const token = process.env.GITHUB_TOKEN
if (!token) {