mirror of
https://github.com/home-assistant/core.git
synced 2025-12-25 05:26:47 +00:00
Bumps [dessant/lock-threads](https://github.com/dessant/lock-threads) from v2.0.1 to v2.0.3. - [Release notes](https://github.com/dessant/lock-threads/releases) - [Changelog](https://github.com/dessant/lock-threads/blob/master/CHANGELOG.md) - [Commits](https://github.com/dessant/lock-threads/compare/v2.0.1...486f7380c15596f92b724e4260e4981c68d6bde6) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
21 lines
503 B
YAML
21 lines
503 B
YAML
name: Lock
|
|
|
|
# yamllint disable-line rule:truthy
|
|
on:
|
|
schedule:
|
|
- cron: "0 * * * *"
|
|
|
|
jobs:
|
|
lock:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: dessant/lock-threads@v2.0.3
|
|
with:
|
|
github-token: ${{ github.token }}
|
|
issue-lock-inactive-days: "30"
|
|
issue-exclude-created-before: "2020-10-01T00:00:00Z"
|
|
issue-lock-reason: ""
|
|
pr-lock-inactive-days: "1"
|
|
pr-exclude-created-before: "2020-11-01T00:00:00Z"
|
|
pr-lock-reason: ""
|