From 8b93069bac7a918fafb9adfa65be5f30cdf26fc0 Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Thu, 25 Jul 2024 01:43:30 -0400 Subject: [PATCH] Specify label for stale PRs. (#3775) --- .github/workflows/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 60545c7cfd..8f59d84fbf 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -15,6 +15,7 @@ jobs: days-before-issues-stale: 30 days-before-issue-close: 7 stale-issue-label: "s: stale" + stale-pr-label: "s: stale" stale-issue-message: "This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions! :+1:" days-before-pr-stale: 30, days-before-pr-close: 14