mirror of https://github.com/vuejs/vitepress
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
492 B
27 lines
492 B
name: Lock Threads
|
|
|
|
on:
|
|
schedule:
|
|
- cron: 38 4 * * *
|
|
workflow_dispatch:
|
|
|
|
permissions:
|
|
issues: write
|
|
pull-requests: write
|
|
discussions: write
|
|
|
|
concurrency:
|
|
group: lock
|
|
|
|
jobs:
|
|
action:
|
|
if: github.repository == 'vuejs/vitepress'
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: dessant/lock-threads@v5
|
|
with:
|
|
issue-inactive-days: 7
|
|
pr-inactive-days: 7
|
|
exclude-any-issue-labels: 'keep-open'
|
|
exclude-any-pr-labels: 'keep-open'
|