Browse Source
Merge branch 'master' into release/v25.1.0
pull/4757/head
Daniel Gibbs
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
0 deletions
-
.github/workflows/lock.yml
|
|
@ -1,11 +1,13 @@ |
|
|
|
name: Lock Threads |
|
|
|
on: |
|
|
|
workflow_dispatch: |
|
|
|
schedule: |
|
|
|
- cron: "0 0 * * 1" |
|
|
|
|
|
|
|
permissions: |
|
|
|
issues: write |
|
|
|
pull-requests: write |
|
|
|
discussions: write |
|
|
|
|
|
|
|
jobs: |
|
|
|
lock: |
|
|
|