pub-solar-os/.github/workflows/changelog.yml

30 lines
818 B
YAML
Raw Normal View History

name: CI - Changelog
2021-02-26 07:48:03 +00:00
on:
push:
branches: [ core ]
2021-02-26 07:48:03 +00:00
jobs:
changelog_prerelease:
name: Update Changelog For Prerelease
2021-02-26 07:48:03 +00:00
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
ref: core
- name: Update Changelog
2021-02-26 07:48:03 +00:00
uses: heinrichreimer/github-changelog-generator-action@v2.1.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
issues: true
issuesWoLabels: true
pullRequests: true
prWoLabels: true
unreleased: true
addSections: '{"documentation":{"prefix":"**Documentation:**","labels":["documentation"]}}'
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Update Changelog for PR
file_pattern: CHANGELOG.md