summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDiego Ramirez <dr01191115@gmail.com>2021-09-29 14:20:24 -0500
committerGitHub <noreply@github.com>2021-09-29 14:20:24 -0500
commit92cfe0aa358134d84a960202e275c8cda662cb5c (patch)
tree1ba12ea87bb1b3cc9f1ad5fad4d02bbc889cb826 /.github
parent76cdf8f7e1cfe7024e0fe51c31694a3863bf91ae (diff)
downloadpip-92cfe0aa358134d84a960202e275c8cda662cb5c.tar.gz
Bump the `lock-threads` action to version 3
This version has been released recently. Also, I had to modify the arguments passed to the action.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lock-threads.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/lock-threads.yml b/.github/workflows/lock-threads.yml
index 985060c2e..1841ce1f7 100644
--- a/.github/workflows/lock-threads.yml
+++ b/.github/workflows/lock-threads.yml
@@ -16,7 +16,7 @@ jobs:
action:
runs-on: ubuntu-latest
steps:
- - uses: dessant/lock-threads@v2
+ - uses: dessant/lock-threads@v3
with:
- issue-lock-inactive-days: '30'
- pr-lock-inactive-days: '15'
+ issue-inactive-days: '30'
+ pr-inactive-days: '15'