mirror of
https://github.com/esphome/esphome.git
synced 2026-05-12 01:50:31 +08:00
8066325e0b
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
12 lines
249 B
YAML
12 lines
249 B
YAML
---
|
|
name: Lock closed issues and PRs
|
|
|
|
on:
|
|
schedule:
|
|
- cron: "30 0 * * *" # Run daily at 00:30 UTC
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
lock:
|
|
uses: esphome/workflows/.github/workflows/lock.yml@025a1e6255610c498ed590403b7e510b69e474df # 2026.4.1
|