Skip to content

Commit

Permalink
fix(tests): remove unnecessary issue.key in PR success message
Browse files Browse the repository at this point in the history
  • Loading branch information
tomassebestik committed Sep 6, 2024
1 parent 8332091 commit a106f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sync_jira_actions/sync_pr.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ def sync_remain_prs(jira):
issue = _find_jira_issue(jira, gh_issue)
if issue is None:
_create_jira_issue(jira, gh_issue)
print(f'✔️ Successfully synchronized PR #{pr.number} to JIRA issue {issue.key}')
print(f'✔️ Successfully synchronized PR #{pr.number}')

0 comments on commit a106f9b

Please sign in to comment.