mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 15:06:27 +00:00
af8c42b189
Co-authored-by: Renovate Bot <bot@renovateapp.com>
24 lines
515 B
YAML
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
|