mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-22 15:17:00 +01:00
18 lines
376 B
YAML
18 lines
376 B
YAML
name: 'Lock Closed Threads'
|
|
|
|
on:
|
|
schedule:
|
|
- cron: '8 4 * * *'
|
|
- cron: '42 17 * * *'
|
|
|
|
jobs:
|
|
lock:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: dessant/lock-threads@v4.0.0
|
|
with:
|
|
github-token: ${{ github.token }}
|
|
issue-inactive-days: '7'
|
|
issue-lock-reason: ''
|
|
pr-inactive-days: '7'
|
|
pr-lock-reason: ''
|