Skip to content

Commit

Permalink
lock old issues (#615)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Aug 14, 2020
1 parent efa75cb commit fa6d813
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/lock.ym
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Lock Issues
on:
schedule:
- cron: '0 0 * * *'

jobs:
lock:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
issue-lock-inactive-days: 90
pr-lock-inactive-days: 90

0 comments on commit fa6d813

Please sign in to comment.