Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
edaed87
ci: add a post merge validation tracker
jvbriones Aug 11, 2025
9dcffad
ci: add a post merge validation tracker
jvbriones Aug 11, 2025
6e39195
ci: add a post merge validation tracker
jvbriones Aug 12, 2025
e41c67f
ci: add a post merge validation tracker
jvbriones Aug 12, 2025
d005d55
ci: add a post merge validation tracker
jvbriones Aug 12, 2025
038d91f
ci: add a post merge validation tracker
jvbriones Aug 12, 2025
011b6b8
ci: add a post merge validation tracker
jvbriones Aug 12, 2025
c3d91fe
ci: add a post merge validation tracker
jvbriones Aug 13, 2025
92da9f0
ci: add a post merge validation tracker
jvbriones Aug 14, 2025
b6d50da
ci: adapt the post merge validation job to track progress in a google…
jvbriones Aug 14, 2025
84bb913
ci: adapt the post merge validation job to track progress in a google…
jvbriones Aug 14, 2025
cf27931
ci: adapt the post merge validation job to track progress in a google…
jvbriones Aug 14, 2025
4f585f4
ci: adapt the post merge validation job to track progress in a google…
jvbriones Aug 14, 2025
9253949
ci: adapt the post merge validation job to track progress in a google…
jvbriones Aug 14, 2025
c32d620
ci: adapt the post merge validation job to track progress in a google…
jvbriones Aug 14, 2025
a17cc83
ci: adapt the post merge validation job to track progress in a google…
jvbriones Aug 14, 2025
b20cefd
ci: adapt the post merge validation job to track progress in a google…
jvbriones Aug 14, 2025
3306f86
ci: adapt the post merge validation job to track progress in a google…
jvbriones Aug 14, 2025
abcef29
ci: adapt the post merge validation job to track progress in a google…
jvbriones Aug 14, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ci: add a post merge validation tracker
  • Loading branch information
jvbriones committed Aug 12, 2025
commit e41c67fe156c91a09ab7ff474ea0a223f74a7533
2 changes: 1 addition & 1 deletion .github/scripts/post-merge-validation-tracker.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const RELEASE_LABEL_PATTERN = /^release-(v?\d+\.\d+\.\d+)$/i;
const RELEVANT_TITLE_REGEX = /^(feat|perf)(\(|:|!)/i;
const TEAM_LABEL_PREFIX = 'team-';
const SIZE_LABEL_PREFIX = 'size-';
const LOOKBACK_DAYS = 1;
const LOOKBACK_DAYS = 15;

// When the window starts each day (UTC)
const START_HOUR_UTC = 7;
Expand Down