renovate/.github/workflows/lock.yml
renovate[bot] af8c42b189
chore(deps): update dessant/lock-threads action to v2.1.2 (#11298)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-17 11:35:44 +00:00

24 lines
515 B
YAML

name: lock-threads
on:
# run daily
schedule:
- cron: '0 0 * * *'
# allow manual trigger
workflow_dispatch:
permissions:
issues: write
pull-requests: write
jobs:
lock:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@f1a42f0f44eb83361d617a014663e1a76cf282d2 # renovate: tag=v2.1.2
if: github.repository == 'renovatebot/renovate'
with:
github-token: ${{ github.token }}
issue-lock-inactive-days: 30
pr-lock-inactive-days: 30