We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35cf16c commit 5a0fb8aCopy full SHA for 5a0fb8a
scripts/auto-update/version-in-file.sh
@@ -88,7 +88,7 @@ branch="opentelemetrybot/auto-update-$repo-$latest_version"
88
89
echo "Looking for existing PRs with branch '$branch'."
90
existing_pr_all=$(gh pr list --state all --head "$branch")
91
-# `gh pr list` a list of PRs, each line starting with a PR number if there's a
+# `gh pr list` is a list of PRs, each line starting with a PR number if there's a
92
# match. Otherwise returns "no ... matches". Test for PR number:
93
if [[ "$existing_pr_all" =~ ^[0-9] ]]; then
94
echo "PR(s) already exist for '$message':"
0 commit comments