Files
action-home-assistant/.github/workflows/lock.yaml
T
Renovate Bot 39f8211ecf
Lint / yamllint (pull_request) Successful in 47s
Lint / yamllint (push) Successful in 49s
Lint / Prettier (push) Successful in 52s
Lint / Prettier (pull_request) Successful in 38s
Test / Home Assistant Core Configuration Check (push) Successful in 5m55s
Test / Home Assistant Core Configuration Check (pull_request) Successful in 5m51s
⬆️ Update dessant/lock-threads action to v6
2026-05-08 18:11:27 +00:00

22 lines
437 B
YAML

---
name: Lock
# yamllint disable-line rule:truthy
on:
schedule:
- cron: "0 9 * * *"
workflow_dispatch:
jobs:
lock:
name: 🔒 Lock closed issues and PRs
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v6.0.0
with:
github-token: ${{ github.token }}
issue-inactive-days: "30"
issue-lock-reason: ""
pr-inactive-days: "1"
pr-lock-reason: ""