2021-06-23 18:45:23 +02:00
|
|
|
name: 'Scheduled tasks'
|
2021-03-03 03:44:30 +01:00
|
|
|
|
|
|
|
on:
|
|
|
|
schedule:
|
|
|
|
- cron: '0 18 * * *'
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
lock:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- uses: dessant/lock-threads@v2
|
|
|
|
with:
|
|
|
|
github-token: ${{ github.token }}
|
|
|
|
pr-lock-inactive-days: '90'
|
2021-03-26 02:33:04 +01:00
|
|
|
process-only: 'prs'
|
2021-06-23 18:45:23 +02:00
|
|
|
cycles:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- run: apt-get install -y python3-networkx
|
|
|
|
- run: common/scripts/xbps-cycles.py
|