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