1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 11:45:51 +00:00
Slimefun4/.github/workflows/update-changelog.yml

29 lines
639 B
YAML
Raw Normal View History

2019-12-26 22:26:37 +00:00
name: Changelog Populator
2020-03-21 11:56:43 +00:00
2020-07-30 11:30:20 +00:00
on:
2019-12-26 22:26:37 +00:00
push:
branches:
- master
2020-03-21 11:56:43 +00:00
paths:
- 'CHANGELOG.md'
2020-07-30 11:30:20 +00:00
2019-12-26 22:26:37 +00:00
jobs:
populate:
2020-05-23 22:50:28 +00:00
2020-03-21 11:56:43 +00:00
name: Changelog Generator
2019-12-26 22:26:37 +00:00
runs-on: ubuntu-latest
2020-09-06 15:19:17 +00:00
if: github.repository == 'Slimefun/Slimefun4'
2020-07-30 11:30:20 +00:00
2019-12-26 22:26:37 +00:00
steps:
- name: TOC Generator
uses: technote-space/toc-generator@v2.6.1
2019-12-26 22:26:37 +00:00
with:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
TARGET_PATHS: 'CHANGELOG.md'
2020-04-19 11:23:20 +00:00
TOC_TITLE: '**Table of contents**'
2019-12-26 22:29:24 +00:00
COMMIT_MESSAGE: '[CI skip] Updated Changelog'
COMMIT_NAME: 'TheBusyBot'
2020-04-19 11:23:20 +00:00
CREATE_PR: false
MAX_HEADER_LEVEL: 2
FOLDING: false