Files
action-home-assistant/.github/workflows/lock.yaml
T
Renovate Bot eb36e835a5
Lint / yamllint (push) Successful in 1m10s
Lint / yamllint (pull_request) Successful in 47s
Lint / Prettier (pull_request) Successful in 52s
Lint / Prettier (push) Successful in 1m16s
Test / Home Assistant Core Configuration Check (pull_request) Successful in 2m35s
Test / Home Assistant Core Configuration Check (push) Failing after 11m9s
⬆️ Update dessant/lock-threads action to v6
2025-12-12 15:55:37 +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: ""