We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fba787f + f9e3ba4 commit 930ff1bCopy full SHA for 930ff1b
.github/lock.yml
.github/workflows/lock.yml
@@ -0,0 +1,17 @@
1
+name: 'Lock Closed Threads'
2
+
3
+on:
4
+ schedule:
5
+ - cron: '0 0 * * *'
6
7
+jobs:
8
+ lock:
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - uses: dessant/lock-threads@v2
12
+ with:
13
+ github-token: ${{ github.token }}
14
+ issue-lock-inactive-days: '90'
15
+ issue-lock-labels: 'resolved-locked'
16
+ pr-lock-inactive-days: '90'
17
+ pr-lock-labels: 'resolved-locked'
0 commit comments