diff --git a/.github/scripts/post-qa-metrics-comment.mjs b/.github/scripts/post-qa-metrics-comment.mjs index 4c236624c41..bd9787d2d87 100644 --- a/.github/scripts/post-qa-metrics-comment.mjs +++ b/.github/scripts/post-qa-metrics-comment.mjs @@ -21,7 +21,7 @@ const { values } = parseArgs({ options: { metrics: { type: 'string' }, pr: { type: 'string' }, - 'baseline-days': { type: 'string', default: '14' }, + 'baseline-days': { type: 'string', default: '30' }, 'dry-run': { type: 'boolean', default: false }, }, strict: true, diff --git a/.github/workflows/util-qa-metrics-comment-reusable.yml b/.github/workflows/util-qa-metrics-comment-reusable.yml index 3d2a39444be..0e7fc38348d 100644 --- a/.github/workflows/util-qa-metrics-comment-reusable.yml +++ b/.github/workflows/util-qa-metrics-comment-reusable.yml @@ -11,7 +11,7 @@ on: description: 'Number of days for the rolling baseline' required: false type: number - default: 14 + default: 30 jobs: post-comment: