Skip to content

Commit

Permalink
Update lock.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ntotten committed Apr 12, 2020
1 parent 50308a9 commit d8f1276
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: "Lock threads"

on:
schedule:
- cron: "28 * * * *"
- cron: "30 * * * *"

jobs:
lock:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v2
with:
github-token: ${{ github.token }}
github-token: ${{ secrets.GITHUB_TOKEN }}
issue-lock-inactive-days: "90"
process-only: "issues"
issue-lock-labels: "outdated"
Expand Down

0 comments on commit d8f1276

Please sign in to comment.