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 1f93e15 commit b1b5af9Copy full SHA for b1b5af9
.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