ArchiSteamFarm/.github/workflows/lock-threads.yml
Archi aaf9cc67b3
Misc
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
2021-12-03 10:51:48 +01:00

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