Merge pull request #2500 from JPRuskin/fifx-tribler #319
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/[email protected] | |
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})' |