Skip to content

Commit

Permalink
Alpha
Browse files Browse the repository at this point in the history
Signed-off-by: jagpreetsinghsasan <[email protected]>
  • Loading branch information
jagpreetsinghsasan committed Jul 15, 2024
1 parent 4240252 commit b1c4dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/pr-commit-parity.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ echo $(cat COMMITS_MESSAGE_DATA.json | jq '.[] | .commit.message | split("\n\n")
PULL_REQ_TITLE=$(echo -e "$3")
PULL_REQ_BODY=$(echo -e "$4")
PULL_REQ_BODY_WITHOUT_MANDATORY_STRING_INFO="$(echo "$PULL_REQ_BODY" | sed 's/**Pull.*/ /g' )"
# echo "$PULL_REQ_BODY_WITHOUT_MANDATORY_STRING_INFO"
echo -e "$PULL_REQ_BODY_WITHOUT_MANDATORY_STRING_INFO"

0 comments on commit b1c4dbd

Please sign in to comment.