forked from fzyzcjy/flutter_convenient_test
-
Notifications
You must be signed in to change notification settings - Fork 0
24 lines (21 loc) · 703 Bytes
/
lock.yml
File metadata and controls
24 lines (21 loc) · 703 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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.