Skip to content

Commit a312a1b

Browse files
committed
log
1 parent 0acbb7f commit a312a1b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/claude.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,8 @@ jobs:
166166
}
167167
})
168168
169+
console.log(`Timeline: ${JSON.stringify(timeline, null, 2)}`)
170+
169171
const linkedPRs = timeline.filter(event => event.event === 'connected')
170172
.map(event => event.source?.issue?.pull_request?.url)
171173
.filter(Boolean)

0 commit comments

Comments
 (0)