Files
action-home-assistant/.github/workflows/lock.yaml
Renovate Bot 0b7482ee37
Lint / yamllint (push) Successful in 33s
Lint / Prettier (push) Successful in 33s
Lint / yamllint (pull_request) Successful in 36s
Lint / Prettier (pull_request) Successful in 42s
Test / Home Assistant Core Configuration Check (push) Successful in 1m10s
Test / Home Assistant Core Configuration Check (pull_request) Successful in 1m11s
⬆️ Update dessant/lock-threads action to v6
2026-06-30 10:15:43 +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.2
with:
github-token: ${{ github.token }}
issue-inactive-days: "30"
issue-lock-reason: ""
pr-inactive-days: "1"
pr-lock-reason: ""