Skip to content

Commit c618f45

Browse files
committed
chore: remove bors mentions
1 parent 3c86183 commit c618f45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/validate-version-bump.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
set -euo pipefail
1313

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

0 commit comments

Comments
 (0)