diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml index a8499c1..8a52732 100644 --- a/.github/workflows/issues.yml +++ b/.github/workflows/issues.yml @@ -13,5 +13,5 @@ jobs: issue_number: context.issue.number, owner: context.repo.owner, repo: context.repo.repo, - body: 'Thank you for reporting! If this is an SDK specific issue, we will look into it and get back to you soon. If this is an API related request, report it in our [Advanced API Discord](https://discord.com/channels/1220414409550336183/1220464268743278613) instead (use this [invite link](https://discord.com/invite/cdp) if it's your first time accessing the Discord).' + body: 'Thank you for reporting! If this is an SDK specific issue, we will look into it and get back to you soon. If this is an API related request, report it in our [Advanced API Discord](https://discord.com/channels/1220414409550336183/1220464268743278613) instead (use this [invite link](https://discord.com/invite/cdp) if it\'s your first time accessing the Discord).' })