Skip to content

Update AutoChangeLog.yml to reflect the correct branch #5

Update AutoChangeLog.yml to reflect the correct branch

Update AutoChangeLog.yml to reflect the correct branch #5

Workflow file for this run

name: Auto Update Changelog
on:
push:
branches:
- 'Changelog-Test2-SS'
paths-ignore:
- 'CHANGELOG.md'
jobs:
auto-update-changelog:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
with:
ref: Changelog-Test2-SS
- name: Update CHANGELOG
uses: heinrichreimer/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
#issues: true
#issuesWoLabels: false
#pullRequests: true
#prWoLabels: true
#author: true
#unreleased: true
#stripGeneratorNotice: true
#verbose: true
#compareLink: true
#httpCache: true
#filterByMilestone: true
- name: Commit CHANGELOG
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_user_name: ChangeLogger
commit_message: '[AUTO]: Update CHANGELOG'
file_pattern: CHANGELOG.md