Merge pull request #2340 from steviecoaster/gh2339 #246
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: TOC Generator | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
generateTOC: | |
name: TOC Generator | |
runs-on: ubuntu-latest | |
steps: | |
- uses: technote-space/toc-generator@v4.3.1 | |
with: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
CREATE_PR: true | |
TARGET_PATHS: "README*.md,CONTRIBUTING*.md,COMMITTERS*.md" | |
FOLDING: true | |
COMMIT_MESSAGE: '(docs) Update TOC' | |
PR_TITLE: '(docs) Update TOC (${PR_MERGE_REF})' |