Skip to content

Merge pull request #2317 from Windos/GH-2187/fix-pencil-update #241

Merge pull request #2317 from Windos/GH-2187/fix-pencil-update

Merge pull request #2317 from Windos/GH-2187/fix-pencil-update #241

Workflow file for this run

name: TOC Generator
on:
push:
branches:
- master
jobs:
generateTOC:
name: TOC Generator
runs-on: ubuntu-latest
steps:
- uses: technote-space/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CREATE_PR: true
TARGET_PATHS: "README*.md,CONTRIBUTING*.md"
FOLDING: true
COMMIT_MESSAGE: '(docs) Update TOC'
PR_TITLE: '(docs) Update TOC (${PR_MERGE_REF})'