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 1b905e0 + 13153f3 commit 6a23f3bCopy full SHA for 6a23f3b
.github/workflows/lock.yml
@@ -11,10 +11,10 @@ jobs:
11
name: 🔒 Lock closed issues and PRs
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: dessant/lock-threads@v2.0.3
+ - uses: dessant/lock-threads@v3
15
with:
16
github-token: ${{ github.token }}
17
- issue-lock-inactive-days: "30"
+ issue-inactive-days: "30"
18
issue-lock-reason: ""
19
- pr-lock-inactive-days: "1"
+ pr-inactive-days: "1"
20
pr-lock-reason: ""
0 commit comments