Skip to content

Commit 42cc45a

Browse files
committed
Remove external PR greeter bot comment
It is folded into the PR template.
1 parent 30098c8 commit 42cc45a

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/welcome-external-pr.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,4 @@ jobs:
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

0 commit comments

Comments
 (0)