Update .github/workflows/pr_check_client_side_changes.yml
Co-authored-by: Max Schmitt <max@schmitt.mx> Signed-off-by: Meir Blachman <meirblachman@gmail.com>
This commit is contained in:
parent
d03aec22a3
commit
3a92beb666
|
|
@ -27,7 +27,7 @@ jobs:
|
|||
repo: context.repo.repo,
|
||||
commit_sha: context.sha,
|
||||
});
|
||||
const commitHeader = data.message.split('\n')[0].substring(1); // skip the `#` character
|
||||
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 a new issue