chore: update pull request link pr_check_client_side_changes.yml
Signed-off-by: Meir Blachman <meirblachman@gmail.com>
This commit is contained in:
parent
97d26e8166
commit
266d8d554f
|
|
@ -50,7 +50,7 @@ jobs:
|
||||||
issueBody = issueCreateData.body;
|
issueBody = issueCreateData.body;
|
||||||
}
|
}
|
||||||
const newBody = issueBody.trimEnd() + `
|
const newBody = issueBody.trimEnd() + `
|
||||||
- [ ] https://github.com/${context.repo.owner}/${context.repo.repo}/commit/${context.sha} (${commitHeader})`;
|
- [ ] https://github.com/${context.repo.owner}/${context.repo.repo}/commit/${context.sha} (https://github.com/microsoft/playwright/pull/${commitHeader})`;
|
||||||
const data = await github.rest.issues.update({
|
const data = await github.rest.issues.update({
|
||||||
owner: context.repo.owner,
|
owner: context.repo.owner,
|
||||||
repo: repo,
|
repo: repo,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue