From 1dfc4b8201d9bd6d859319a1ae6a8323c3d4bcc3 Mon Sep 17 00:00:00 2001 From: Jaex Date: Sat, 20 Aug 2022 02:18:04 +0300 Subject: [PATCH] Update stale.yml --- .github/workflows/stale.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index cdbae4912..0d162178a 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -7,17 +7,17 @@ jobs: stale: runs-on: ubuntu-latest steps: - - uses: actions/stale@v3 + - uses: actions/stale@v5 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.' - stale-pr-message: 'This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.' + stale-issue-message: '' + stale-pr-message: '' days-before-issue-stale: 180 - days-before-pr-stale: 60 + days-before-pr-stale: 30 days-before-issue-close: 7 days-before-pr-close: 7 stale-issue-label: 'Stale' stale-pr-label: 'Stale' exempt-issue-labels: 'Bug,Enhancement' exempt-pr-labels: '' - operations-per-run: 100 \ No newline at end of file + operations-per-run: 100