mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 03:12:20 +01:00
12 lines
201 B
YAML
12 lines
201 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@main
|