Browse Source

Merge branch 'master' into release/v25.1.0

pull/4757/head
Daniel Gibbs 2 months ago
committed by GitHub
parent
commit
005683cd61
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/lock.yml

2
.github/workflows/lock.yml

@ -1,11 +1,13 @@
name: Lock Threads name: Lock Threads
on: on:
workflow_dispatch:
schedule: schedule:
- cron: "0 0 * * 1" - cron: "0 0 * * 1"
permissions: permissions:
issues: write issues: write
pull-requests: write pull-requests: write
discussions: write
jobs: jobs:
lock: lock:

Loading…
Cancel
Save