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.
1 parent 79d9ee1 commit 6294a0cCopy full SHA for 6294a0c
1 file changed
.github/workflows/lock.yaml
@@ -12,10 +12,10 @@ jobs:
12
name: 🔒 Lock closed issues and PRs
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: dessant/lock-threads@v2.1.2
+ - uses: dessant/lock-threads@v3.0.0
16
with:
17
github-token: ${{ github.token }}
18
- issue-lock-inactive-days: "30"
+ issue-inactive-days: "30"
19
issue-lock-reason: ""
20
- pr-lock-inactive-days: "1"
+ pr-inactive-days: "1"
21
pr-lock-reason: ""
0 commit comments