From d6d373c45927cf4a913ac686c67bee942c97e3c5 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Thu, 30 May 2024 18:56:03 +0200 Subject: [PATCH] devops: fix client side changes GHA workflow Signed-off-by: Max Schmitt --- .github/workflows/pr_check_client_side_changes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_check_client_side_changes.yml b/.github/workflows/pr_check_client_side_changes.yml index 236da1cc88..7748b5d514 100644 --- a/.github/workflows/pr_check_client_side_changes.yml +++ b/.github/workflows/pr_check_client_side_changes.yml @@ -32,7 +32,7 @@ jobs: const title = '[Ports]: Backport client side changes for ' + currentPlaywrightVersion; for (const repo of ['playwright-python', 'playwright-java', 'playwright-dotnet']) { const { data: issuesData } = await github.rest.search.issuesAndPullRequests({ - q: `is:issue is:open repo:microsoft/${repo} in:title "${title}" author:playwrightmachine"` + q: `is:issue is:open repo:microsoft/${repo} in:title "${title}" author:playwrightmachine` }) let issueNumber = null; let issueBody = '';