1
0
mirror of https://github.com/esphome/esphome.git synced 2025-11-03 16:41:50 +00:00

Add stale/lock bots (#2299)

This commit is contained in:
Otto Winter
2021-09-14 10:35:37 +02:00
committed by GitHub
parent c5d26a5b4a
commit 5f61897bec
2 changed files with 51 additions and 0 deletions

21
.github/workflows/lock.yml vendored Normal file
View File

@@ -0,0 +1,21 @@
name: Lock
on:
schedule:
- cron: "0 * * * *"
workflow_dispatch:
permissions:
issues: write
pull-requests: write
jobs:
lock:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v2
with:
github-token: ${{ github.token }}
pr-lock-inactive-days: "1"
pr-lock-reason: ""
process-only: prs