Skip to content

Commit

Permalink
ci: add more logs to ci-register-pr.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Aug 13, 2024
1 parent ac36116 commit ef8324c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/functions/ci-register-pr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ export async function run(pr: PullRequest, octokit: Octokit) {
ref: pr.head.sha,
})

console.log('Check runs', checkRuns)
console.log('Files', files)

await registerPullRequest(pr.number, {
status: pr.draft ? 'draft' : pr.merged_at ? 'merged' : pr.state,
sha: pr.head.sha,
Expand Down

0 comments on commit ef8324c

Please sign in to comment.