Skip to content

fix: align stale bot message with actual 60-day threshold#22842

Merged
rekram1-node merged 2 commits intoanomalyco:devfrom
B67687:fix/stale-bot-day-mismatch
Apr 16, 2026
Merged

fix: align stale bot message with actual 60-day threshold#22842
rekram1-node merged 2 commits intoanomalyco:devfrom
B67687:fix/stale-bot-day-mismatch

Conversation

@B67687
Copy link
Copy Markdown
Contributor

@B67687 B67687 commented Apr 16, 2026

What does this PR do?

Fixes a mismatch between the stale bot's closure message ("90 days") and the actual threshold (const days = 60).

Type of change

  • Bug fix

How did you verify your code works?

Grepped the file to confirm there are no other references to "90 days".

Closes #22841

@github-actions github-actions bot added the needs:compliance This means the issue will auto-close after 2 hours. label Apr 16, 2026
@github-actions
Copy link
Copy Markdown
Contributor

This PR doesn't fully meet our contributing guidelines and PR template.

What needs to be fixed:

  • PR description is missing required template sections. Please use the PR template.

Please edit this PR description to address the above within 2 hours, or it will be automatically closed.

If you believe this was flagged incorrectly, please let a maintainer know.

@rekram1-node
Copy link
Copy Markdown
Collaborator

/oc replace that string w/ "..." so we can do ${days} in the string.

Co-authored-by: rekram1-node <rekram1-node@users.noreply.github.com>
@opencode-agent
Copy link
Copy Markdown
Contributor

Done. Changed the string to a template literal so ${days} interpolates the value.

New%20session%20-%202026-04-16T15%3A59%3A22.513Z
opencode session  |  github run

@rekram1-node rekram1-node merged commit 8c0205a into anomalyco:dev Apr 16, 2026
7 of 8 checks passed
@B67687 B67687 deleted the fix/stale-bot-day-mismatch branch April 16, 2026 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs:compliance This means the issue will auto-close after 2 hours.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: stale bot message says 90 days but threshold is 60 days

2 participants