Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bemijonathan committed Jan 21, 2024
1 parent 31909b8 commit 8be690c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ export async function run(): Promise<void> {
})
if (!jiraIssues.length) {
Logger.warn('Could not get jira ticket, exiting')
await postComment(
`
**⚠️ Warning:**
No jira ticket found.
`,
pullRequestNumber
)
return
}
const changes = await getChanges(pullRequestNumber)
Expand Down

0 comments on commit 8be690c

Please sign in to comment.