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 e1e77e0 commit f422371Copy full SHA for f422371
.github/workflows/generate-python-client.yaml
@@ -85,7 +85,7 @@ jobs:
85
- name: 🔍 Check for existing PR
86
if: env.version_changed == 'true'
87
run: |
88
- PR_EXISTS=$(gh pr list --repo ${{ github.repository }} --base trunk --head "update-python-client-${{ env.VERSION }}-*" --json number --jq 'length')
+ PR_EXISTS=$(gh pr list --repo ${{ github.repository }} --base trunk --search "update-python-client-${{ env.VERSION }} in:title" --json number --jq 'length')
89
if [ "$PR_EXISTS" -gt 0 ]; then
90
echo "A pull request for version ${{ env.VERSION }} already exists. Skipping update."
91
echo "pr_exists=true" >> $GITHUB_ENV
0 commit comments