Skip to content

Lock threads

Lock threads #21055

Workflow file for this run

# reference https://github.com/flutter/flutter/blob/4ad8c15f34/.github/workflows/lock.yaml
name: 'Lock threads'
on:
schedule:
- cron: '0 * * * *'
workflow_dispatch:
permissions:
issues: write
pull-requests: write
jobs:
lock:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@486f7380c15596f92b724e4260e4981c68d6bde6
with:
github-token: ${{ github.token }}
issue-lock-inactive-days: '14'
issue-lock-comment: >
This thread has been automatically locked since there has not been
any recent activity after it was closed. If you are still experiencing a
similar issue, please open a new issue.