Downgrade actions/stale to v3.0.8

See https://github.com/actions/stale/issues/173
pull/19164/head
Diego Sampaio 5 years ago committed by GitHub
parent 6a1ff2ccde
commit 119028b17f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      .github/workflows/stale.yml

@ -5,11 +5,10 @@ on:
- cron: "0 */6 * * *"
jobs:
stale:
no-response:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v3
- uses: actions/stale@v3.0.8
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 10
@ -24,7 +23,10 @@ jobs:
stale-issue-label: 'stat: no response'
operations-per-run: 40
- uses: actions/stale@v3
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v3.0.8
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 60

Loading…
Cancel
Save