Skip to content

Commit

Permalink
Move to lock-threads app
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremystretch committed Nov 4, 2020
1 parent 2424f68 commit f0bac74
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/lock.yml

This file was deleted.

21 changes: 21 additions & 0 deletions .github/workflows/lock.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# lock-threads (https://github.com/marketplace/actions/lock-threads)
name: 'Lock threads'

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

jobs:
lock:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v2
with:
github-token: ${{ github.token }}
issue-lock-inactive-days: '90'
issue-exclude-created-before: ''
issue-exclude-labels: ''
issue-lock-labels: ''
issue-lock-comment: ''
issue-lock-reason: 'resolved'
process-only: 'issues'

0 comments on commit f0bac74

Please sign in to comment.