a6fba883e4
Lint / yamllint (pull_request) Failing after 10m13s
Test / Home Assistant Core Configuration Check (pull_request) Failing after 10m52s
Lint / Prettier (push) Failing after 12m1s
Lint / yamllint (push) Failing after 13m9s
Lint / Prettier (pull_request) Failing after 14m5s
Test / Home Assistant Core Configuration Check (push) Failing after 14m56s
22 lines
437 B
YAML
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: ""
|