chore: fix client side changes workflow

This commit is contained in:
Max Schmitt 2024-05-27 11:36:27 +02:00
parent a7599ad509
commit 6e428305b9

View file

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