Update stale.yml

This commit is contained in:
Jaex 2022-08-20 02:18:04 +03:00 committed by GitHub
parent 6e872e3960
commit 1dfc4b8201
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,13 +7,13 @@ jobs:
stale: stale:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/stale@v3 - uses: actions/stale@v5
with: with:
repo-token: ${{ secrets.GITHUB_TOKEN }} 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-issue-message: ''
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-pr-message: ''
days-before-issue-stale: 180 days-before-issue-stale: 180
days-before-pr-stale: 60 days-before-pr-stale: 30
days-before-issue-close: 7 days-before-issue-close: 7
days-before-pr-close: 7 days-before-pr-close: 7
stale-issue-label: 'Stale' stale-issue-label: 'Stale'