Skip to content

Commit

Permalink
update actions/stale to remove stale when issues are updated
Browse files Browse the repository at this point in the history
  • Loading branch information
cplee committed Aug 28, 2020
1 parent e698e8b commit 0d5a228
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v1
- uses: actions/stale@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'Issue is stale and will be closed in 7 days unless there is new activity'
Expand All @@ -16,3 +16,5 @@ jobs:
exempt-issue-label: 'meta/stale-exempt'
stale-pr-label: 'meta/stale'
exempt-pr-label: 'meta/stale-exempt'
remove-stale-when-updated: true

0 comments on commit 0d5a228

Please sign in to comment.