update changelog generator setting to include PRs, and use bot's token

This commit is contained in:
Jonathan Wren 2020-11-21 15:44:16 -08:00
parent 3ad9e37d31
commit f07774e351
No known key found for this signature in database
GPG key ID: 43D5FF8722E7F68A

View file

@ -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