feat: update links workflow

This commit is contained in:
creepereater201
2026-06-10 21:41:47 +01:00
parent 05fc35c598
commit 466885a71c
3 changed files with 858 additions and 0 deletions

26
.github/workflows/update-links.yml vendored Normal file
View File

@@ -0,0 +1,26 @@
name: Update download links
on:
workflow_dispatch:
schedule:
- cron: "17 3 * * 1"
permissions:
contents: write
pull-requests: write
jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.x"
- run: python scripts/update_links.py --write
- uses: peter-evans/create-pull-request@v6
with:
branch: automation/update-links
commit-message: Update download links
title: Update download links
body: Automated link maintenance.