Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
jean9696 committed Dec 26, 2023
1 parent e34a25c commit 1fa504a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export async function run(): Promise<void> {
const linearTickets = await Promise.all(
pullRequests.data
.map(async pr => {
core.debug(`${pr.title} found`)
const comments = await octokit.rest.issues.listComments({
...github.context.repo,
issue_number: pr.number
Expand Down

0 comments on commit 1fa504a

Please sign in to comment.