mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 15:14:41 +00:00
16 lines
332 B
YAML
16 lines
332 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
|
|
with:
|
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
|
issue-lock-inactive-days: 30
|
|
pr-lock-inactive-days: 30
|