From 4150887b593452e8f2019415ad461eb25ef09e24 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:15:10 -0500 Subject: [PATCH] test check rc pr [skip ci] --- .github/workflows/create_rc_pr.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/create_rc_pr.yml b/.github/workflows/create_rc_pr.yml index d2d15ba86ed0b1..e120e00acd61ef 100644 --- a/.github/workflows/create_rc_pr.yml +++ b/.github/workflows/create_rc_pr.yml @@ -49,13 +49,11 @@ jobs: --repo "$GITHUB_REPOSITORY" \ --base "$AGENT6_RELEASE_BRANCH" \ --json url,title \ - --draft=false \ --search "Update release.json and Go modules for in:title") - if [ "$(echo "$prs" | jq 'length')" -gt 0 ]; then pr_list=$(echo "$prs" | jq -r '.[] | "- \(.title): \(.url)"') error_message="AGENT 6 ERROR: The following Agent 6 release candidate PRs already exist. Please address these PRs before creating a new release candidate:\n$pr_list" - inv release.send-slack-msg ${{ env.AGENT_CI_ONCALL_CHANNEL }} $error_message + inv release.send-slack-msg ${{ env.AGENT_CI_ONCALL_CHANNEL }} "$error_message" echo -e "\n$error_message" exit 1 fi