Fix issue url in release PR (#2577)

This commit is contained in:
Karolina Rakoczy 2022-11-16 15:40:19 +01:00 committed by GitHub
parent 2bbb458f56
commit 1eecdfa5c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -252,5 +252,5 @@ async function createIssue(newBug, version, octokit) {
)}: false\n**Additional Info:**\nSpec: ${newBug.spec}`,
labels: ["tests"],
});
return issue.data.url;
return issue.data.html_url;
}