Skip to content

Commit

Permalink
chore: Unmark as stale if issue has been updated (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
kadler committed Oct 5, 2020
1 parent 322dd42 commit ff032ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/stale@v1.1.0
- uses: actions/stale@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: ':wave: Hi! This issue has been marked stale due to inactivity. If no further activity occurs, it will automatically be closed.'
Expand All @@ -21,3 +21,4 @@ jobs:
stale-pr-label: 'stale'
days-before-stale: 30
days-before-close: 7
remove-stale-when-updated: true

0 comments on commit ff032ac

Please sign in to comment.