mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 07:04:27 +00:00
15 lines
274 B
YAML
15 lines
274 B
YAML
name: ASF-lock-threads
|
|
|
|
on:
|
|
schedule:
|
|
- cron: '0 1 * * *'
|
|
|
|
jobs:
|
|
lock:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Lock inactive threads
|
|
uses: dessant/lock-threads@v4.0.1
|
|
with:
|
|
issue-inactive-days: 60
|
|
pr-inactive-days: 60
|