Skip to content

Commit

Permalink
[CI] remove stale label when issue updated
Browse files Browse the repository at this point in the history
  • Loading branch information
JAremko committed Apr 13, 2021
1 parent 9cb5a3f commit a862d1a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/stale.yml
Expand Up @@ -8,7 +8,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: >
Expand All @@ -23,5 +23,7 @@ jobs:
exempt-issue-label: 'High Priority'
stale-pr-label: 'stale'
exempt-pr-label: 'High Priority'
exempt-all-pr-assignees: true
remove-stale-when-updated: true
days-before-stale: 365
days-before-close: 90

0 comments on commit a862d1a

Please sign in to comment.