Skip to content
This repository has been archived by the owner on May 25, 2023. It is now read-only.

Commit

Permalink
lock with github actions (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
lbargaoanu authored Sep 5, 2020
1 parent c7da7f6 commit 3d02a40
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 38 deletions.
38 changes: 0 additions & 38 deletions .github/lock.yml

This file was deleted.

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

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

jobs:
lock:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v2
with:
github-token: ${{ github.token }}
issue-lock-inactive-days: 31
pr-lock-inactive-days: 31
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.
pr-lock-comment: >
This pull request 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 3d02a40

Please sign in to comment.