Skip to content

Commit

Permalink
[CI/CD] Unblock merge base check for release branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLind committed Jul 8, 2024
1 parent 7680255 commit 46a1482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devtools/aptos-cargo-cli/src/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const IGNORED_DETERMINATOR_PATHS: [&str; 8] = [
];

// The maximum number of days allowed since the merge-base commit for the branch
const MAX_NUM_DAYS_SINCE_MERGE_BASE: u64 = 7;
const MAX_NUM_DAYS_SINCE_MERGE_BASE: u64 = 1000;

// The delimiter used to separate the package path and the package name.
pub const PACKAGE_NAME_DELIMITER: &str = "#";
Expand Down

0 comments on commit 46a1482

Please sign in to comment.