Albirew/tachiyomi
Archivé
1
0
Bifurcation 0
Ce dépôt a été archivé le 2024-03-02. Vous pouvez voir ses fichiers ou le cloner, mais pas ouvrir de ticket ou de demandes d'ajout, ni soumettre de changements.
tachiyomi/.github/workflows/lock.yml

20 lignes
338 o
YAML
Brut Vue normale Historique

2021-04-10 15:48:30 +02:00
name: Lock threads
2021-04-10 15:35:53 +02:00
on:
# Daily
schedule:
- cron: '0 0 * * *'
2021-04-10 15:35:53 +02:00
# Manual trigger
workflow_dispatch:
inputs:
jobs:
lock:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v4
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'