- 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
@@ -16,5 +16,7 @@
"sort": "ASC",
"template": "${{CHANGELOG}}",
"pr_template": "- ${{TITLE}}\n - PR: #${{NUMBER}}",
"empty_template": "- no changes"
"empty_template": "- no changes",
"max_pull_requests": 1000,
"max_back_track_time_days": 1000
}
+3 -1
View File
@@ -20,5 +20,7 @@
"title": "## 📦 Dependencies",
"labels": ["dependencies"]
}
]
],
"max_pull_requests": 1000,
"max_back_track_time_days": 1000
}