Skip to content

Commit

Permalink
Problem with stale CI. (#2117)
Browse files Browse the repository at this point in the history
  • Loading branch information
janiversen authored Mar 24, 2024
1 parent 9c2c874 commit 6c192f6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/stale_lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
permissions:
issues: write
pull-requests: write
discussions: write

concurrency:
group: lock
Expand All @@ -34,5 +35,5 @@ jobs:
- uses: dessant/lock-threads@v5
with:
github-token: ${{ github.token }}
issue-inactive-days: '10'
pr-inactive-days: '10'
discussion-inactive-days: '10'
process-only: 'discussions'

0 comments on commit 6c192f6

Please sign in to comment.