From 77bbbbd84f99b557209570bbb10d4c199c0f46aa Mon Sep 17 00:00:00 2001 From: Terry Howe Date: Mon, 18 Aug 2025 08:46:41 -0600 Subject: [PATCH] feature: add stale pr workflow Signed-off-by: Terry Howe --- .github/workflows/{stale-issue-bot.yaml => stale.yaml} | 1 + 1 file changed, 1 insertion(+) rename .github/workflows/{stale-issue-bot.yaml => stale.yaml} (73%) diff --git a/.github/workflows/stale-issue-bot.yaml b/.github/workflows/stale.yaml similarity index 73% rename from .github/workflows/stale-issue-bot.yaml rename to .github/workflows/stale.yaml index e99b57cb8..3417e1734 100644 --- a/.github/workflows/stale-issue-bot.yaml +++ b/.github/workflows/stale.yaml @@ -11,6 +11,7 @@ jobs: with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'This issue has been marked as stale because it has been open for 90 days with no activity. This thread will be automatically closed in 30 days if no further activity occurs.' + stale-pr-message: 'This pull request has been marked as stale because it has been open for 90 days with no activity. This pull request will be automatically closed in 30 days if no further activity occurs.' exempt-issue-labels: 'keep open,v4.x,in progress' days-before-stale: 90 days-before-close: 30