mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 15:14:41 +00:00
aaf9cc67b3
60 days for lock-threads to ensure that issues and PRs get more or less a full month in stable release in case somebody would like to add something to them
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@v3.0.0
|
|
with:
|
|
issue-inactive-days: 60
|
|
pr-inactive-days: 60
|