Skip to content

Commit

Permalink
ci: iterate on script
Browse files Browse the repository at this point in the history
  • Loading branch information
krtk6160 committed Jan 11, 2024
1 parent 2a919cf commit dfcc910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/apps/tasks/open-charts-pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ for commit in $(git log --format="%H" ${old_ref}..${ref}); do
if [[ -n "$pr_number" ]]; then
pr_link="${github_url}/pull/${pr_number}"
commit_message="${commit_message/ (#$pr_number)/}"
relevant_commits[$commit]="\`$commit_message\` - [#$pr_number]($pr_link)"
relevant_commits[$commit]="[$commit_message (#$pr_number)]($pr_link)"
else
relevant_commits[$commit]="$commit_message"
fi
Expand Down

0 comments on commit dfcc910

Please sign in to comment.