Skip to content

Commit

Permalink
added lock action
Browse files Browse the repository at this point in the history
  • Loading branch information
ntotten committed Apr 12, 2020
1 parent dd3975b commit fad366c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/lock.yml

This file was deleted.

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

on:
schedule:
- cron: "0 * * * *"

jobs:
lock:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v2
with:
github-token: ${{ github.token }}
issue-lock-inactive-days: "90"
process-only: "issues"
issue-lock-labels: "outdated"
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 fad366c

Please sign in to comment.