Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed Dec 18, 2023
1 parent 5309961 commit 0290843
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lock-issues.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Lock Issues & PRs

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

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

steps:
- name: Lock Issues & PRs
- name: Lock threads
uses: dessant/lock-threads@v5
with:
github-token: ${{ github.token }}
Expand Down

0 comments on commit 0290843

Please sign in to comment.