Skip to content

Commit

Permalink
Downgrade actions/stale to v3.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego authored Oct 6, 2020
1 parent 6a1ff2c commit 119028b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 60
Expand Down

0 comments on commit 119028b

Please sign in to comment.