10000 Enable auto-locking of old issues · google/flutter-desktop-embedding@3da6d7b · GitHub
[go: up one dir, main page]

Skip to content

Commit 3da6d7b

Browse files
Enable auto-locking of old issues
1 parent 67e0cb5 commit 3da6d7b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/lock.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Configuration for Lock Threads - https://github.com/dessant/lock-threads
2+
3+
name: 'Lock Threads'
4+
5+
on:
6+
schedule:
7+
- cron: '0 0 * * *'
8+
9+
jobs:
10+
lock:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: dessant/lock-threads@486f7380c15596f92b724e4260e4981c68d6bde6
14+
with:
15+
github-token: ${{ github.token }}
16+
# Number of days of inactivity before a closed issue is locked.
17+
issue-lock-inactive-days: '14'

0 commit comments

Comments
 (0)
0