- adjust test cases, as with the age of the action, original commits and PRs for the tests are now out of range

This commit is contained in:
Mike Penz
2021-06-21 09:19:40 +02:00
parent e38e90f582
commit 4c497421fc
12 changed files with 36 additions and 12 deletions
+3 -1
View File
@@ -7,5 +7,7 @@
],
"template": "${{CHANGELOG}}\n\nUncategorized:\n${{UNCATEGORIZED}}\n\nIgnored:\n${{IGNORED}}\n\n${{UNCATEGORIZED_COUNT}}\n${{IGNORED_COUNT}}",
"pr_template": "- ${{TITLE}}\n",
"empty_template": "${{OWNER}}\n${{REPO}}\n${{FROM_TAG}}\n${{TO_TAG}}"
"empty_template": "${{OWNER}}\n${{REPO}}\n${{FROM_TAG}}\n${{TO_TAG}}",
"max_pull_requests": 1000,
"max_back_track_time_days": 1000
}