Skip to content

Update RFCs

Update RFCs #1458

Workflow file for this run

name: Update rfcs
on:
push:
paths:
- '*.py'
- 'Makefile'
- 'update.sh'
schedule:
- cron: '41 9 * * *'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: main
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.7
- name: Build rfcs.json
run: |
make var/rfcs.json
- name: Fetch refs.json
run: |
make var/refs.json
- name: Push update
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
./bin/update.sh