Skip to content

Merge pull request #6 from Andre601/patch-1 #6

Merge pull request #6 from Andre601/patch-1

Merge pull request #6 from Andre601/patch-1 #6

Workflow file for this run

name: Readme CI
on:
push:
branches: [main]
repository_dispatch:
types: [readme]
workflow_dispatch:
jobs:
release:
name: Update README
runs-on: ubuntu-18.04
if: "!contains(github.event.head_commit.message, '[skip ci]')"
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Update notes summary
uses: AnandChowdhary/notes-summary@HEAD
with:
token: "${{ secrets.GH_PAT }}"
commitMessage: ":pencil: Update RFCs summary [skip ci]"
dirName: "rfcs"