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
const issueMessage = `Welcome to Accord. Thanks a lot for reporting your first issue. Please check out our [contributors guide](https://github.com/accordproject/techdocs/blob/main/CONTRIBUTING.md) .<br />Keep in mind there are also other channels you can use to interact with Accord community. For more details check out [dicord](https://discord.com/invite/Zm99SKhhtA).`;
22
+
const prMessage = `Welcome to Accord. Thanks a lot for reporting your first issue. Please check out our [contributors guide](https://github.com/accordproject/techdocs/blob/main/CONTRIBUTING.md) .<br />Keep in mind there are also other channels you can use to interact with Accord community. For more details check out [dicord](https://discord.com/invite/Zm99SKhhtA).`;
23
+
if (!issueMessage && !prMessage) {
24
+
throw new Error('Action must have at least one of issue-message or pr-message set');
0 commit comments