Update pr_check_client_side_changes.yml

This commit is contained in:
Meir Blachman 2024-10-20 14:31:30 +03:00 committed by GitHub
parent 266d8d554f
commit d03aec22a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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']) {