Merge pull request #9042 from bacongobbler/stale-3.0.14

bump actions/stale to v3.0.14
pull/9065/head
Matthew Fisher 4 years ago committed by GitHub
commit 2323f8946f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,11 +6,11 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v3
- uses: actions/stale@v3.0.14
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue has been marked as stale because it has been open for 90 days with no activity. This thread will be automatically closed in 30 days if no further activity occurs.'
exempt-issue-labels: 'keep+open,v4.x'
exempt-issue-labels: 'keep open,v4.x'
days-before-stale: 90
days-before-close: 30
operations-per-run: 100

Loading…
Cancel
Save