Skip to content

Commit

Permalink
added logs
Browse files Browse the repository at this point in the history
  • Loading branch information
eranelbaz committed Apr 25, 2021
1 parent f179e76 commit e8654d7
Show file tree
Hide file tree
Showing 2 changed files with 145 additions and 2 deletions.
143 changes: 143 additions & 0 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ export async function handlePullRequest(
)
return
}
core.info(`runOnDraft - ${runOnDraft}`)
core.info(`draft - ${draft}`)
if (!runOnDraft && draft) {
core.info(`runOnDraft - ${runOnDraft}`)
core.info(`draft - ${draft}`)
core.info(
'Skips the process to add reviewers/assignees since PR type is draft'
)
Expand Down

0 comments on commit e8654d7

Please sign in to comment.