Skip to content

Commit

Permalink
fixup! Notify about stale credits with PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
opatry committed Oct 3, 2024
1 parent 2fe32af commit 73db365
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions _ci/generate_github_comment_stale_credits.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@ case "$1" in
esac

cat << __END
## ©️ Stale credits for \`$1\`
\`\`\`diff
${diff}
\`\`\`
## ©️ Stale credits for \`$1\`\n\n
\`\`\`diff\n
${diff}\n
\`\`\`\n
Run \`${update_cmd}\` and commit resulting diff to fix the issue.
__END

0 comments on commit 73db365

Please sign in to comment.