devops: fix client side changes GHA workflow
Signed-off-by: Max Schmitt <max@schmitt.mx>
This commit is contained in:
parent
170c457a61
commit
d6d373c459
|
|
@ -32,7 +32,7 @@ jobs:
|
||||||
const title = '[Ports]: Backport client side changes for ' + currentPlaywrightVersion;
|
const title = '[Ports]: Backport client side changes for ' + currentPlaywrightVersion;
|
||||||
for (const repo of ['playwright-python', 'playwright-java', 'playwright-dotnet']) {
|
for (const repo of ['playwright-python', 'playwright-java', 'playwright-dotnet']) {
|
||||||
const { data: issuesData } = await github.rest.search.issuesAndPullRequests({
|
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 issueNumber = null;
|
||||||
let issueBody = '';
|
let issueBody = '';
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue