mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-19 13:46:03 +10:00
vcs: fix lock workflow config (#1113)
This commit is contained in:
3
.github/workflows/lock.yml
vendored
3
.github/workflows/lock.yml
vendored
@@ -11,4 +11,5 @@ jobs:
|
|||||||
- uses: dessant/lock-threads@v3
|
- uses: dessant/lock-threads@v3
|
||||||
with:
|
with:
|
||||||
github-token: ${{ github.token }}
|
github-token: ${{ github.token }}
|
||||||
issue-lock-inactive-days: '90'
|
issue-inactive-days: '90'
|
||||||
|
pr-inactive-days: '90'
|
||||||
|
|||||||
Reference in New Issue
Block a user