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 = '';