mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
22 lines
369 B
YAML
22 lines
369 B
YAML
|
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
|