Skip to content
Snippets Groups Projects
Unverified Commit aeb06f63 authored by renovate[bot]'s avatar renovate[bot] Committed by GitHub
Browse files

chore(deps): update dessant/lock-threads action to v3 (#11964)


* chore(deps): update dessant/lock-threads action to v3

* chore: use new input names, limit concurrency (#11966)

Co-authored-by: default avatarRenovate Bot <bot@renovateapp.com>

Co-authored-by: default avatarRenovate Bot <bot@renovateapp.com>
Co-authored-by: default avatarHonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: default avatarMichael Kriese <michael.kriese@visualon.de>
parent 2c18fbf8
Branches
No related tags found
No related merge requests found
...@@ -12,13 +12,17 @@ permissions: ...@@ -12,13 +12,17 @@ permissions:
issues: write issues: write
pull-requests: write pull-requests: write
# Ensure only one lock action can run at a time
concurrency:
group: lock
jobs: jobs:
lock: lock:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: dessant/lock-threads@f1a42f0f44eb83361d617a014663e1a76cf282d2 # renovate: tag=v2.1.2 - uses: dessant/lock-threads@e460dfeb36e731f3aeb214be6b0c9a9d9a67eda6 # renovate: tag=v3.0.0
if: github.repository == 'renovatebot/renovate' if: github.repository == 'renovatebot/renovate'
with: with:
github-token: ${{ github.token }} github-token: ${{ github.token }}
issue-lock-inactive-days: 30 issue-inactive-days: 30
pr-lock-inactive-days: 30 pr-inactive-days: 30
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment