We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c86183 commit c618f45Copy full SHA for c618f45
ci/validate-version-bump.sh
@@ -11,7 +11,7 @@
11
12
set -euo pipefail
13
14
-# 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,
15
# so hope `HEAD~` to find the previous commit on master branch.
16
base_sha=$(git rev-parse "${BASE_SHA:-HEAD~1}")
17
head_sha=$(git rev-parse "${HEAD_SHA:-HEAD}")
0 commit comments