celestine/src/config/Github.ts
2024-05-12 01:52:39 -07:00

18 lines
708 B
TypeScript

export const IgnoredActors = [
"renovate[bot]",
"codeclimate[bot]",
"dependabot[bot]",
"lgtm-com[bot]",
"deepsource-autofix[bot]",
"sonarcloud[bot]",
"melody-iuvo"
];
export const ThankYou = `## Thank You
Thank you for your contribution to our project. We have reviewed your pull request and are happy to accept these changes.
Please continue to watch for issues labelled \`help wanted\`, as these will be additional opportunities to contribute.
You can also see all open issues [through our contributor tool](https://contribute.naomi.lgbt). Also, feel free to join our [Discord server](https://chat.naomi.lgbt) to chat with us and get notified when new issues are available!`;