We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a03099 commit 814e950Copy full SHA for 814e950
packages/backend/server/routes/publish.post.ts
@@ -210,6 +210,7 @@ export default eventHandler(async (event) => {
210
checkRunUrl = html_url!;
211
}
212
213
+ console.log("isPullRequest", isPullRequest(workflowData.ref), workflowData);
214
if (isPullRequest(workflowData.ref)) {
215
let prevComment: OctokitComponents["schemas"]["issue-comment"];
216
0 commit comments