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

23 lines
485 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
2019-12-26 22:26:37 +00:00
on:
push:
branches:
- master
2020-03-21 11:56:43 +00:00
paths:
- 'CHANGELOG.md'
2019-12-26 22:26:37 +00:00
jobs:
populate:
2020-03-21 11:56:43 +00:00
name: Changelog Generator
2019-12-26 22:26:37 +00:00
runs-on: ubuntu-latest
steps:
- name: TOC Generator
uses: technote-space/toc-generator@v2
with:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
TARGET_PATHS: 'CHANGELOG.md'
2020-03-13 11:41:27 +00:00
TOC_TITLE: ''
2019-12-26 22:29:24 +00:00
COMMIT_MESSAGE: '[CI skip] Updated Changelog'
COMMIT_NAME: 'TheBusyBot'