- reset back to 200 tags to fetch, to not break current behavior

This commit is contained in:
Mike Penz
2025-02-17 21:43:59 +01:00
parent 5430414741
commit c95e8cc741
3 changed files with 3 additions and 3 deletions
Generated Vendored
+1 -1
View File
@@ -41888,7 +41888,7 @@ var external_path_ = __nccwpck_require__(6928);
class PlaceholderGroup extends (/* unused pure expression or super */ null && (Map)) {
}
const DefaultConfiguration = {
max_tags_to_fetch: 100, // the amount of tags to fetch from the github API
max_tags_to_fetch: 200, // the amount of tags to fetch from the github API
max_pull_requests: 200, // the amount of pull requests to process
max_back_track_time_days: 365, // allow max of 365 days back to check up on pull requests
exclude_merge_branches: [], // branches to exclude from counting as PRs (e.g. YourOrg/qa, YourOrg/main)
Generated Vendored
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -61,7 +61,7 @@ export interface Placeholder {
export class PlaceholderGroup extends Map<string, Placeholder[]> {}
export const DefaultConfiguration: Configuration = {
max_tags_to_fetch: 100, // the amount of tags to fetch from the github API
max_tags_to_fetch: 200, // the amount of tags to fetch from the github API
max_pull_requests: 200, // the amount of pull requests to process
max_back_track_time_days: 365, // allow max of 365 days back to check up on pull requests
exclude_merge_branches: [], // branches to exclude from counting as PRs (e.g. YourOrg/qa, YourOrg/main)