From 9e946d555c6d54b49757f906c50d7bbe7b2cef24 Mon Sep 17 00:00:00 2001 From: Maria Elisabeth Schreiber Date: Tue, 17 Dec 2024 14:09:48 -0700 Subject: [PATCH 1/3] Remove discord --- .github/ISSUE_TEMPLATE/config.yml | 5 ----- .github/workflows/lock.yml | 2 +- packages/server/README.md | 3 +-- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index e3421ae02e6..aed679dd58b 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,10 +1,5 @@ blank_issues_enabled: true contact_links: - - name: "GraphOS Discord Server" - url: https://discord.com/invite/graphos - about: >- - Come join us in our GraphOS Discord server; our community and DevRel team - are happy to answer any questions you might have. - name: "Apollo Discourse Community" url: https://community.apollographql.com/tag/server about: >- diff --git a/.github/workflows/lock.yml b/.github/workflows/lock.yml index 5c869652113..935af9c466f 100644 --- a/.github/workflows/lock.yml +++ b/.github/workflows/lock.yml @@ -21,5 +21,5 @@ jobs: issue-comment: > This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. - For general questions, we recommend using [StackOverflow](https://stackoverflow.com/questions/tagged/apollo-server) or our [discord server](https://discord.gg/graphos). + For general questions, we recommend using [StackOverflow](https://stackoverflow.com/questions/tagged/apollo-server). pr-inactive-days: '30' diff --git a/packages/server/README.md b/packages/server/README.md index a1bdc1b3ebf..3033a619988 100644 --- a/packages/server/README.md +++ b/packages/server/README.md @@ -5,11 +5,10 @@ [![npm version](https://badge.fury.io/js/%40apollo%2Fserver.svg)](https://badge.fury.io/js/%40apollo%2Fserver) [![Build Status](https://circleci.com/gh/apollographql/apollo-server.svg?style=svg)](https://circleci.com/gh/apollographql/apollo-server) [![Join the community](https://img.shields.io/discourse/status?label=Join%20the%20community&server=https%3A%2F%2Fcommunity.apollographql.com)](https://community.apollographql.com) -[![Join our Discord server](https://img.shields.io/discord/1022972389463687228.svg?color=7389D8&labelColor=6A7EC2&logo=discord&logoColor=ffffff&style=flat-square)](https://discord.gg/graphos) --- -**Announcement:** +**Announcement:** Join 1000+ engineers at GraphQL Summit for talks, workshops, and office hours, Oct 8-10 in NYC. [Get your pass here ->](https://summit.graphql.com/?utm_campaign=github_federation_readme) --- From 6503235833c670c43ca9ccaabd465867020f6d32 Mon Sep 17 00:00:00 2001 From: Maria Elisabeth Schreiber Date: Thu, 19 Dec 2024 11:14:54 -0700 Subject: [PATCH 2/3] Update .github/workflows/lock.yml Co-authored-by: Edward Huang --- .github/workflows/lock.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lock.yml b/.github/workflows/lock.yml index 935af9c466f..d943f3e190b 100644 --- a/.github/workflows/lock.yml +++ b/.github/workflows/lock.yml @@ -21,5 +21,5 @@ jobs: issue-comment: > This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. - For general questions, we recommend using [StackOverflow](https://stackoverflow.com/questions/tagged/apollo-server). + For general questions, we recommend using our [Community Forum](https://community.apollographql.com/tag/server) or [Stack Overflow](https://stackoverflow.com/questions/tagged/apollo-server). pr-inactive-days: '30' From 70eecce69fb9c2b8a812713d1337fdc5c1578ef6 Mon Sep 17 00:00:00 2001 From: Maria Elisabeth Schreiber Date: Thu, 19 Dec 2024 11:27:43 -0700 Subject: [PATCH 3/3] Add changeset --- .changeset/tasty-cameras-wash.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/tasty-cameras-wash.md diff --git a/.changeset/tasty-cameras-wash.md b/.changeset/tasty-cameras-wash.md new file mode 100644 index 00000000000..af5c8b8ef1b --- /dev/null +++ b/.changeset/tasty-cameras-wash.md @@ -0,0 +1,5 @@ +--- +'@apollo/server': patch +--- + +Remove Discord link from README.md and templates