mirror of
https://github.com/microsoft/playwright.git
synced 2024-11-24 06:49:04 +03:00
devops: fix 'client side changes bot' PR links in PRs (#33189)
This commit is contained in:
parent
97d26e8166
commit
4b187107ee
@ -27,7 +27,7 @@ jobs:
|
||||
repo: context.repo.repo,
|
||||
commit_sha: context.sha,
|
||||
});
|
||||
const commitHeader = data.message.split('\n')[0];
|
||||
const commitHeader = data.message.split('\n')[0].replace(/#(\d+)/g, 'https://github.com/microsoft/playwright/pull/$1');
|
||||
|
||||
const title = '[Ports]: Backport client side changes for ' + currentPlaywrightVersion;
|
||||
for (const repo of ['playwright-python', 'playwright-java', 'playwright-dotnet']) {
|
||||
|
Loading…
Reference in New Issue
Block a user