aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/cron.yml
blob: c87446743fe5293f2c00a226f7e1cfc164cc64b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
name: 'Scheduled tasks'

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'
          process-only: 'prs'
  cycles:
    runs-on: ubuntu-latest
    steps:
      - run: apt-get install -y python3-networkx
      - run: common/scripts/xbps-cycles.py