summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2021-12-26 16:38:07 -0700
committerDavid Lord <davidism@gmail.com>2021-12-26 16:38:07 -0700
commit2198a8c3bfcbfd211dc14c7627c6aea1ba0152e4 (patch)
tree8b6a00e5101442b79634eeae2aed43b77a2abdca /.github/workflows
parente4ef249cbdeda3cf15acf662a329cb451a679b8b (diff)
parent83beb9f24a1af210ca255ca34d7d1bdd71111018 (diff)
downloadclick-2198a8c3bfcbfd211dc14c7627c6aea1ba0152e4.tar.gz
Merge remote-tracking branch 'origin/8.0.x'
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/lock.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/lock.yaml b/.github/workflows/lock.yaml
index 7128f38..b4f7633 100644
--- a/.github/workflows/lock.yaml
+++ b/.github/workflows/lock.yaml
@@ -8,8 +8,8 @@ jobs:
lock:
runs-on: ubuntu-latest
steps:
- - uses: dessant/lock-threads@v2
+ - uses: dessant/lock-threads@v3
with:
github-token: ${{ github.token }}
- issue-lock-inactive-days: 14
- pr-lock-inactive-days: 14
+ issue-inactive-days: 14
+ pr-inactive-days: 14