Files
action-home-assistant/.github/workflows/lock.yaml
T
Renovate Bot e362107a31
Lint / yamllint (push) Successful in 43s
Lint / yamllint (pull_request) Successful in 42s
Lint / Prettier (push) Successful in 53s
Lint / Prettier (pull_request) Successful in 50s
Test / Home Assistant Core Configuration Check (pull_request) Successful in 9m14s
Test / Home Assistant Core Configuration Check (push) Successful in 9m20s
⬆️ Update dessant/lock-threads action to v6
2026-05-21 11:51:58 +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.1
with:
github-token: ${{ github.token }}
issue-inactive-days: "30"
issue-lock-reason: ""
pr-inactive-days: "1"
pr-lock-reason: ""