Skip to content

feat: add stalebot#1397

Merged
EItanya merged 4 commits intomainfrom
eitanya/stalebot
Feb 27, 2026
Merged

feat: add stalebot#1397
EItanya merged 4 commits intomainfrom
eitanya/stalebot

Conversation

@EItanya
Copy link
Contributor

@EItanya EItanya commented Feb 27, 2026

Closes #1389

Signed-off-by: Eitan Yarmush <eitan.yarmush@solo.io>
Copilot AI review requested due to automatic review settings February 27, 2026 13:10
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a scheduled GitHub Actions workflow to automatically mark and close stale issues and pull requests using actions/stale.

Changes:

  • Introduces .github/workflows/stalebot.yaml with a daily scheduled run plus manual dispatch.
  • Configures separate jobs for stale issues and stale PRs with different stale/close thresholds.
  • Applies stale labeling and exempts items labeled no stalebot.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +30 to +31
close-issue-message: >
This issue has been closed due to no activity in the last 12 months.
Copy link

Copilot AI Feb 27, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

close-issue-message says issues are closed after "no activity in the last 12 months", but the configured timings are DAYS_BEFORE_ISSUE_STALE=90 and DAYS_BEFORE_ISSUE_CLOSE=90 (i.e., close after ~180 days of inactivity). Please update the message (or the thresholds) so the user-facing text matches actual behavior.

Copilot uses AI. Check for mistakes.
EItanya and others added 3 commits February 27, 2026 08:18
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Eitan Yarmush <eitan.yarmush@solo.io>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Eitan Yarmush <eitan.yarmush@solo.io>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Eitan Yarmush <eitan.yarmush@solo.io>
@EItanya EItanya merged commit b104c11 into main Feb 27, 2026
22 checks passed
@EItanya EItanya deleted the eitanya/stalebot branch February 27, 2026 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[CHORE] Add stalebot for open PRs

2 participants