You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please [sign the Contributor License Agreement (CLA)](${CLA_LINK}) before merging.`;
130
144
break;
145
+
case"message-after-merge":
146
+
message=`Thank you @${context.username} for contributing this PR.`;
147
+
if(
148
+
context.org==="rudderlabs"&&
149
+
context.repo==="rudder-transformer"
150
+
){
151
+
message+=`For every new integration, a PR needs to be raised in [integartions-config](https://github.com/rudderlabs/rudder-integrations-config) repository as well.
152
+
Without it, users won't be able to configure the integration.
153
+
This is a good time to do that.`;
154
+
}
155
+
if(
156
+
context.org==="rudderlabs"&&
157
+
context.repo==="integrations-config"
158
+
){
159
+
message+=`To get notified when this integration goes live, join the **product-releases** channel in the [Slack Community](https://www.rudderstack.com/join-rudderstack-slack-community/)`;
0 commit comments