Skip to content

Commit

Permalink
ci: lock threads (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed Dec 18, 2023
1 parent a9f24ad commit 6d6e86c
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Lock Issues & PRs
name: Lock threads

on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 0' # Every Sunday

Expand All @@ -14,7 +15,6 @@ jobs:
discussions: write

steps:
- name: Lock Issues & PRs
uses: dessant/lock-threads@v5
with:
github-token: ${{ github.token }}
Expand All @@ -24,3 +24,4 @@ jobs:
add-pr-labels: 'outdated'
discussion-inactive-days: '91'
add-discussion-labels: 'outdated'
log-output: 'true'

0 comments on commit 6d6e86c

Please sign in to comment.