Skip to content

Commit

Permalink
chore: re-enable lock-threads GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Apr 6, 2024
1 parent 4c30f6a commit d2ca5f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lock-threads.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: lock-threads

on:
# FIXME renable when https://github.com/dessant/lock-threads/issues/47 is fixed
#schedule:
#- cron: 17 2 * * *
schedule:
- cron: 17 2 * * *
workflow_dispatch: {}

permissions:
Expand All @@ -19,6 +18,7 @@ jobs:
steps:
- uses: dessant/lock-threads@1bf7ec25051fe7c00bdd17e6a7cf3d7bfb7dc771
with:
process-only: 'issues, prs'
issue-lock-reason: resolved
issue-inactive-days: 7
pr-lock-reason: resolved
Expand Down

0 comments on commit d2ca5f0

Please sign in to comment.