mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 06:56:24 +00:00
355b6d692f
Co-authored-by: Renovate Bot <bot@renovateapp.com>
20 lines
405 B
YAML
20 lines
405 B
YAML
name: lock-threads
|
|
|
|
on:
|
|
# run daily
|
|
schedule:
|
|
- cron: '0 0 * * *'
|
|
|
|
# allow manual trigger
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
lock:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: dessant/lock-threads@v2.1.1
|
|
if: github.repository == 'renovatebot/renovate'
|
|
with:
|
|
github-token: ${{ github.token }}
|
|
issue-lock-inactive-days: 30
|
|
pr-lock-inactive-days: 30
|