-
Notifications
You must be signed in to change notification settings - Fork 1
36 lines (36 loc) · 2.45 KB
/
AutoChangeLog.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
name: Auto Update Changelog
on:
push:
branches:
- 'main'
paths-ignore:
- 'CHANGELOG.md'
jobs:
auto-update-changelog:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
with:
ref: development
- 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