File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change 2727 echo "Commenting in a newly submitted or reopened external PR: $PR"
2828 if [[ $DRY_RUN == 'false' ]]; then
2929 gh pr edit "$PR" --add-label "external contribution :star:"
30- comment_body=(
31- "Thank you for your contribution to the Solidity compiler! A team member will follow up shortly."
32- "\n\n"
33- "If you haven't read our [contributing guidelines](https://docs.soliditylang.org/en/latest/contributing.html) and our "
34- "[review checklist](https://github.com/argotorg/solidity/blob/develop/ReviewChecklist.md) before, "
35- "please do it now, this makes the reviewing process and accepting your contribution smoother."
36- "\n\n"
37- "If you have any questions or need our help, feel free to post them in the PR or talk to us directly on the "
38- "[#solidity-dev](https://matrix.to/#/#ethereum_solidity-dev:gitter.im) channel on Matrix."
39- )
40- gh pr comment $PR --body "$(IFS='' ; echo -e "${comment_body[*]}")"
4130 fi
You can’t perform that action at this time.
0 commit comments