From 8f6bd7a81f3f12d4e9eea4b92365976ede63cfe3 Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Wed, 10 Jun 2026 15:01:12 -0700 Subject: [PATCH] chore: T8937: make PRs stale at 30 days as the message states MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- .github/workflows/check-stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/check-stale.yml b/.github/workflows/check-stale.yml index f3599f5..4fb20a7 100644 --- a/.github/workflows/check-stale.yml +++ b/.github/workflows/check-stale.yml @@ -21,6 +21,7 @@ jobs: with: repo-token: ${{ secrets.GITHUB_TOKEN }} days-before-stale: 90 + days-before-pr-stale: 30 days-before-close: -1 stale-issue-message: 'This issue is stale because it has been open 90 days with no activity. The issue will be reviewed by a maintainer and may be closed' stale-issue-label: 'state: stale'