Skip to content

Commit

Permalink
chore(deps): update dessant/lock-threads action to v3 (#11964)
Browse files Browse the repository at this point in the history
* chore(deps): update dessant/lock-threads action to v3

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

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

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
  • Loading branch information
4 people committed Sep 30, 2021
1 parent 2c18fbf commit aeb06f6
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/lock.yml
Expand Up @@ -12,13 +12,17 @@ permissions:
issues: write
pull-requests: write

# Ensure only one lock action can run at a time
concurrency:
group: lock

jobs:
lock:
runs-on: ubuntu-latest
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'
with:
github-token: ${{ github.token }}
issue-lock-inactive-days: 30
pr-lock-inactive-days: 30
issue-inactive-days: 30
pr-inactive-days: 30

0 comments on commit aeb06f6

Please sign in to comment.