Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
syj67507 committed May 27, 2024
1 parent 3e28f96 commit 9217c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ export default class GitHubClient {
configuredRepo?.jiraDomain !== undefined &&
ticketTags.length > 0
) {
jiraUrl = `${configuredRepo.jiraDomain}/${ticketTags[0]}`;
jiraUrl = `${configuredRepo.jiraDomain}/browse/${ticketTags[0]}`;
}

// Determine checks state and conclusion
Expand Down

0 comments on commit 9217c17

Please sign in to comment.