Update .github/workflows/stale.yml

Co-Authored-By: chriseth <chris@ethereum.org>
This commit is contained in:
Chris Chinchilla 2019-11-19 11:11:06 +01:00 committed by GitHub
parent c0dc82ced7
commit 65f3661d34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,6 @@ jobs:
- uses: actions/stale@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-pr-message: "A reminder that this pull request has had no activity for 30 days"
stale-pr-message: "A reminder that this pull request has had no activity for 14 days"
stale-pr-label: "no-pr-activity"
days-before-stale: 14