Skip to content

Commit

Permalink
chore: migrate to Lock Threads
Browse files Browse the repository at this point in the history
  • Loading branch information
hermanho committed Sep 14, 2023
1 parent fa6d295 commit fbdc277
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 38 deletions.
38 changes: 0 additions & 38 deletions .github/lock.yml

This file was deleted.

28 changes: 28 additions & 0 deletions .github/workflows/lock.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: 'Lock Threads'

on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:

permissions:
issues: write
pull-requests: write

concurrency:
group: lock

jobs:
action:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v4
with:
issue-inactive-days: '60'
add-issue-labels: 'inactive'
issue-lock-reason: ''
pr-inactive-days: '90'
exclude-any-pr-labels: 'wip'
add-pr-labels: 'inactive'
pr-lock-reason: ''
log-output: true

0 comments on commit fbdc277

Please sign in to comment.