Skip to content

Commit

Permalink
chore: remove bors mentions
Browse files Browse the repository at this point in the history
  • Loading branch information
weihanglo committed Nov 20, 2024
1 parent 3c86183 commit c618f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/validate-version-bump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

set -euo pipefail

# When `BASE_SHA` is missing, we assume it is from bors merge commit,
# When `BASE_SHA` is missing, we assume it is from GitHub merge queue merge commit,
# so hope `HEAD~` to find the previous commit on master branch.
base_sha=$(git rev-parse "${BASE_SHA:-HEAD~1}")
head_sha=$(git rev-parse "${HEAD_SHA:-HEAD}")
Expand Down

0 comments on commit c618f45

Please sign in to comment.