mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
update changelog generator setting to include PRs, and use bot's token
This commit is contained in:
parent
3ad9e37d31
commit
f07774e351
1 changed files with 2 additions and 1 deletions
3
.github/workflows/changelog.yaml
vendored
3
.github/workflows/changelog.yaml
vendored
|
@ -48,10 +48,11 @@ jobs:
|
||||||
with:
|
with:
|
||||||
# see: https://github.com/heinrichreimer/action-github-changelog-generator
|
# see: https://github.com/heinrichreimer/action-github-changelog-generator
|
||||||
repo: jrnl-org/jrnl
|
repo: jrnl-org/jrnl
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.JRNL_BOT_TOKEN }}
|
||||||
base: CHANGELOG.md
|
base: CHANGELOG.md
|
||||||
addSections: '{"build":{"prefix":"**Build:**","labels":["build"]},"docs":{"prefix":"**Documentation:**","labels":["documentation"]}}'
|
addSections: '{"build":{"prefix":"**Build:**","labels":["build"]},"docs":{"prefix":"**Documentation:**","labels":["documentation"]}}'
|
||||||
issues: true
|
issues: true
|
||||||
|
pullRequests: true
|
||||||
issuesWoLabels: false
|
issuesWoLabels: false
|
||||||
unreleased: true
|
unreleased: true
|
||||||
compareLink: true
|
compareLink: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue