From f2756295c47809930235d8dbb4dba2fbe4282a9d Mon Sep 17 00:00:00 2001 From: Roman Zabaluev Date: Wed, 6 Apr 2022 15:07:58 +0400 Subject: [PATCH] Update stale workflow configuration --- .github/workflows/stale.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index 3ee12113d3..ff6c16ae14 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -9,11 +9,14 @@ jobs: steps: - uses: actions/stale@v4 with: - days-before-stale: 0 - days-before-close: 0 days-before-issue-stale: 7 days-before-issue-close: 3 - stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.' + days-before-pr-stale: 7 + days-before-pr-close: 7 + stale-issue-message: 'This issue has been automatically marked as stale because no requested feedback has been provided. It will be closed if no further activity occurs. Thank you for your contributions.' + stale-pr-message: 'This PR has been automatically marked as stale because no requested changes have been applied. It will be closed if no further activity occurs. Thank you for your contributions.' stale-issue-label: 'status/stale' + stale-pr-label: 'status/stale' only-labels: 'status/pending' remove-issue-stale-when-updated: true + labels-to-remove-when-unstale: 'status/pending'