From 6e428305b9fb33fe5aaa303acbc4f41e04d2c878 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Mon, 27 May 2024 11:36:27 +0200 Subject: [PATCH] chore: fix client side changes workflow --- .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 c048bc3ca0..0dda0b75d0 100644 --- a/.github/workflows/pr_check_client_side_changes.yml +++ b/.github/workflows/pr_check_client_side_changes.yml @@ -30,7 +30,7 @@ jobs: const title = '[Ports]: Backport client side changes'; 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}"` + q: `is:issue is:open repo:microsoft/${repo} in:title "${title}" author:playwrightmachine"` }) let issueNumber = null; let issueBody = '';