mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 22:20:52 +00:00
16 lines
284 B
YAML
16 lines
284 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@v2.1.1
|
|
with:
|
|
issue-lock-inactive-days: 30
|
|
pr-lock-inactive-days: 30
|