Skip to content

Commit

Permalink
chore: update github actions to not close stale issues/PRs (nodeshift…
Browse files Browse the repository at this point in the history
  • Loading branch information
lholmquist authored Jul 16, 2020
1 parent 196457f commit 1212988
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/stale@v1
- uses: actions/stale@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days'
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity.'
days-before-stale: 30
days-before-close: 5
stale-pr-message: 'This pull request is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days'
stale-issue-label: 'no-issue-activity'
stale-pr-label: 'no-pr-activity'
days-before-close: -1
stale-pr-message: 'This pull request is stale because it has been open 30 days with no activity.'
stale-issue-label: 'status/no-issue-activity'
stale-pr-label: 'status/no-pr-activity'

0 comments on commit 1212988

Please sign in to comment.