Skip to content

Update RFCs

Update RFCs #1900

Workflow file for this run

name: Update RFCs
on:
push:
paths:
- '**.py'
- 'Makefile'
- 'update.sh'
schedule:
- cron: '41 9 * * *'
workflow_dispatch: null
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
- name: Build rfcs.json
run: make var/rfcs.json
- name: Fetch refs.json
run: make var/refs.json
- name: Upload
run: ./bin/update.sh