You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BUG/MINOR: ci: use two-dot range for checking differences
Change the git log range operator from `...` (three-dot) to `..` (two-dot) in CI job. This ensures that the script only validates new commits from the current branch by properly excluding commits that are already in the target branch.
0 commit comments