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 188dce4 commit 3790b50Copy full SHA for 3790b50
tools/actions/review_backport.sh
@@ -2,7 +2,7 @@
2
3
BACKPORT_PR=$1
4
5
-[ -x "$(command -v gh)" ] || {
+[ -x "$(command -v gh || true)" ] || {
6
# shellcheck disable=SC2016
7
echo 'Missing required `gh` dependency' >&2
8
exit 1
0 commit comments