Skip to content

Commit

Permalink
Temporarily use patched lock-threads
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Jul 6, 2020
1 parent 697ef26 commit ee4910c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lock-closed.yml
Expand Up @@ -7,7 +7,7 @@ name: Lock Closed Issues

on:
schedule:
- cron: '* */12 * * *'
- cron: '0 1/13 * * *'

jobs:
lock:
Expand All @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: dessant/lock-threads@v2
- uses: netniV/lock-threads@patch-1
with:
github-token: ${{ github.token }}
process-only: 'issues'
Expand Down

0 comments on commit ee4910c

Please sign in to comment.