Skip to content

Commit

Permalink
Updating issue lock configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Sep 5, 2021
1 parent d67015e commit 7ba6642
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 38 deletions.
38 changes: 0 additions & 38 deletions .github/lock.yml

This file was deleted.

24 changes: 24 additions & 0 deletions .github/workflows/lock.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Configuration for Lock Threads - https://github.com/dessant/lock-threads
name: 'Lock Issues'

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

permissions:
issues: write
pull-requests: write

jobs:
action:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v2
with:
process-only: 'issues'
issue-lock-inactive-days: '30'
issue-lock-reason: ''
issue-lock-comment: >
This issue has been automatically locked since there
has not been any recent activity after it was closed.
Please open a new issue for related bugs.

0 comments on commit 7ba6642

Please sign in to comment.