2021-04-10 15:48:30 +02:00
|
|
|
name: Lock threads
|
2021-04-10 15:35:53 +02:00
|
|
|
|
|
|
|
on:
|
|
|
|
# Daily
|
|
|
|
schedule:
|
2021-12-17 16:40:52 +01:00
|
|
|
- cron: '0 0 * * *'
|
2021-04-10 15:35:53 +02:00
|
|
|
# Manual trigger
|
|
|
|
workflow_dispatch:
|
|
|
|
inputs:
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
lock:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
2021-12-17 16:47:55 +01:00
|
|
|
- uses: dessant/lock-threads@v3
|
2021-04-10 15:35:53 +02:00
|
|
|
with:
|
|
|
|
github-token: ${{ github.token }}
|
2021-12-17 16:47:55 +01:00
|
|
|
issue-inactive-days: '2'
|
|
|
|
pr-inactive-days: '2'
|