Skip to content

Commit

Permalink
🔄 synced file(s) with conda/infrastructure (#137)
Browse files Browse the repository at this point in the history
Co-authored-by: Conda Bot <conda-bot@users.noreply.github.com>
  • Loading branch information
conda-bot and conda-bot authored Nov 20, 2023
1 parent bc068f4 commit f3ccc6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
if: '!github.event.repository.fork'
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v4
- uses: dessant/lock-threads@v5
with:
# Number of days of inactivity before a closed issue is locked
issue-inactive-days: 365
Expand All @@ -42,5 +42,5 @@ jobs:
# Reason for locking a pull request, value must be one of resolved, off-topic, too heated, spam or ''
pr-lock-reason: resolved

# Limit locking to only issues or pull requests, value must be one of issues, prs or ''
process-only: ''
# Limit locking to issues, pull requests or discussions, value must be a comma separated list of issues, prs, discussions or ''
process-only: issues, prs

0 comments on commit f3ccc6f

Please sign in to comment.