mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 21:18:32 +02:00
add a max for issues, since we keep getting rate limited
This commit is contained in:
parent
af6316a91e
commit
95c4bc7f2b
1 changed files with 1 additions and 0 deletions
1
.github/workflows/changelog.yaml
vendored
1
.github/workflows/changelog.yaml
vendored
|
@ -56,6 +56,7 @@ jobs:
|
||||||
excludeLabels: stale,wontfix
|
excludeLabels: stale,wontfix
|
||||||
excludeTagsRegex: '(alpha|beta|rc)'
|
excludeTagsRegex: '(alpha|beta|rc)'
|
||||||
sinceTag: ${{ env.gittag }}
|
sinceTag: ${{ env.gittag }}
|
||||||
|
maxIssues: 150
|
||||||
releaseUrl: https://pypi.org/project/jrnl/%s/
|
releaseUrl: https://pypi.org/project/jrnl/%s/
|
||||||
verbose: false
|
verbose: false
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue