renovate/.github/workflows/lock.yml
renovate[bot] aeb06f632d
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: 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>
2021-09-30 14:22:37 +00:00

28 lines
581 B
YAML

name: lock-threads
on:
# run daily
schedule:
- cron: '0 0 * * *'
# allow manual trigger
workflow_dispatch:
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@e460dfeb36e731f3aeb214be6b0c9a9d9a67eda6 # renovate: tag=v3.0.0
if: github.repository == 'renovatebot/renovate'
with:
github-token: ${{ github.token }}
issue-inactive-days: 30
pr-inactive-days: 30