Update pr_check_client_side_changes.yml
This commit is contained in:
parent
266d8d554f
commit
d03aec22a3
|
|
@ -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].substring(1); // skip the `#` character
|
||||
|
||||
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