Skip to content

Commit

Permalink
Merge remote-tracking branch 'blueprint/dev' into dev
Browse files Browse the repository at this point in the history
# Conflicts:
#	.pre-commit-config.yaml
  • Loading branch information
Limych committed Apr 5, 2021
2 parents aaad3ee + 60e8460 commit b1e2b92
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/issue-lock.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Lock Inactive Threads

on:
schedule:
- cron: '0 5 * * *'

jobs:
lock:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v2
with:
github-token: ${{ github.token }}
issue-lock-inactive-days: 30
issue-lock-comment: >
This issue has been automatically locked since there
has not been any recent activity after it was closed.
Please open a new issue for related bugs.
pr-lock-inactive-days: 30
pr-lock-comment: >
This pull request has been automatically locked since there
has not been any recent activity after it was closed.
Please open a new issue for related bugs.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ repos:
- id: check-json
files: ^(custom_components|tests)/.+\.json$
- id: trailing-whitespace
# Uncomment below lines if you want to follow classical GitHub flow style development
# Uncomment lines below if you want to follow classical GitHub flow style development
# - id: no-commit-to-branch
# args:
# - --branch=master
# - --branch=dev
- repo: local
hooks:
# Run mypy through our wrapper script in order to get the possible
Expand Down

0 comments on commit b1e2b92

Please sign in to comment.