Skip to content

Commit

Permalink
Change wrong inputs for lock workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
klaasnicolaas committed May 9, 2022
1 parent d6c5a69 commit 76dce42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: dessant/lock-threads@v3
with:
github-token: ${{ github.token }}
issue-lock-inactive-days: "30"
issue-inactive-days: "30"
issue-lock-reason: ""
pr-lock-inactive-days: "1"
pr-inactive-days: "1"
pr-lock-reason: ""

0 comments on commit 76dce42

Please sign in to comment.