Skip to content

chore: T8937: make PRs stale at 30 days as the message states#147

Merged
andamasov merged 1 commit into
productionfrom
chore/T8937-check-stale-pr-30d
Jun 10, 2026
Merged

chore: T8937: make PRs stale at 30 days as the message states#147
andamasov merged 1 commit into
productionfrom
chore/T8937-check-stale-pr-30d

Conversation

@andamasov

Copy link
Copy Markdown
Member

Fixes the message/config mismatch in the check-stale.yml reusable: days-before-stale: 90 applied to both issues and PRs while stale-pr-message claimed 30 days. Operator-confirmed intent is 30-day PR staleness → adds days-before-pr-stale: 30 (PRs only; issues keep 90). Behavior change for all consumer repos: PRs now get state: stale at 30 days instead of 90. days-before-close: -1 unchanged — nothing auto-closes.

Pre-existing mismatch catalogued as a deferred follow-up in the T8937 retirement spec §8 (T8937, resolved).

Advances: T8937

🤖 Generated by robots

days-before-stale: 90 applied to both issues and PRs, while
stale-pr-message claimed 30 days. Operator intent is 30-day PR
staleness: add days-before-pr-stale: 30 (overrides the global 90 for
PRs only; issues keep 90). Pre-existing mismatch catalogued as a
deferred follow-up in the T8937 retirement spec §8.

Advances: T8937

🤖 Generated by [robots](https://vyos.io)
@coderabbitai

coderabbitai Bot commented Jun 10, 2026

Copy link
Copy Markdown

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Central YAML (inherited), Organization UI (inherited)

Review profile: CHILL

Plan: Pro

Run ID: 5967ba72-a435-4056-be6e-2de135dc23ce

📥 Commits

Reviewing files that changed from the base of the PR and between 2e665f6 and 8f6bd7a.

📒 Files selected for processing (1)
  • .github/workflows/check-stale.yml

📝 Walkthrough

Summary by CodeRabbit

  • Chores
    • Updated stale pull request handling to mark PRs as stale after 30 days of inactivity (previously only issues were tracked for staleness).

Walkthrough

The stale action configuration now includes a days-before-pr-stale: 30 parameter to mark pull requests as stale after 30 days, alongside the existing days-before-stale: 90 issue threshold.

Changes

CI Automation

Layer / File(s) Summary
PR staleness configuration
.github/workflows/check-stale.yml
Added days-before-pr-stale: 30 to actions/stale@v10 configuration at line 24 to define the PR staleness threshold.
✨ Finishing Touches
✨ Simplify code
  • Create PR with simplified code
  • Commit simplified code in branch chore/T8937-check-stale-pr-30d

Comment @coderabbitai help to get the list of available commands and usage tips.

@andamasov andamasov marked this pull request as ready for review June 10, 2026 22:14
@andamasov andamasov merged commit 288d134 into production Jun 10, 2026
3 checks passed
@andamasov andamasov deleted the chore/T8937-check-stale-pr-30d branch June 10, 2026 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant