Skip to content
Snippets Groups Projects
Unverified Commit 119028b1 authored by Diego Sampaio's avatar Diego Sampaio Committed by GitHub
Browse files

Downgrade actions/stale to v3.0.8

parent 6a1ff2cc
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment