mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-02-01 22:47:40 +00:00
chore(ci): add debug log
This commit is contained in:
1
.github/workflows/issue-closed-comment.yml
vendored
1
.github/workflows/issue-closed-comment.yml
vendored
@@ -39,6 +39,7 @@ jobs:
|
||||
.filter(event => event.event === 'referenced')
|
||||
.pop(); // Get the last (most recent) referenced event
|
||||
|
||||
console.log({closedEvent, referencedEvent});
|
||||
if (closedEvent && (closedEvent.commit_id || referencedEvent)) {
|
||||
const commitId = closedEvent.commit_id ?? referencedEvent.commit_id
|
||||
console.log(`✅ Issue #${issueNumber} was closed by commit: ${commitId}`);
|
||||
|
||||
Reference in New Issue
Block a user