From b41a6ae934453e51e31a7a888eb30434fd7dcb43 Mon Sep 17 00:00:00 2001
From: Maria Elisabeth Schreiber
Date: Mon, 16 Dec 2024 12:14:37 -0700
Subject: [PATCH 1/2] Remove Discord mentions
---
.github/ISSUE_TEMPLATE/question-discussion.md | 1 -
.github/workflows/lock.yml | 2 +-
README.md | 4 ++--
3 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/question-discussion.md b/.github/ISSUE_TEMPLATE/question-discussion.md
index efb11c7a9e9..be195b9cd84 100644
--- a/.github/ISSUE_TEMPLATE/question-discussion.md
+++ b/.github/ISSUE_TEMPLATE/question-discussion.md
@@ -5,7 +5,6 @@ about: Questions / discussions are best posted in our community forums or StackO
Need help or want to talk all things Apollo Client? Issues here are reserved for bugs, but one of the following resources should help:
-* Apollo Discord server: https://discord.gg/graphos
* Apollo GraphQL community forums: https://community.apollographql.com
* StackOverflow (`apollo-client` tag): https://stackoverflow.com/questions/tagged/apollo-client
* Apollo Feature Request repo: https://github.com/apollographql/apollo-feature-requests
diff --git a/.github/workflows/lock.yml b/.github/workflows/lock.yml
index 5cc733c8cd7..56d4a35fd83 100644
--- a/.github/workflows/lock.yml
+++ b/.github/workflows/lock.yml
@@ -25,7 +25,7 @@ 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-client) or our [discord server](https://discord.gg/graphos).
+ For general questions, we recommend using [StackOverflow](https://stackoverflow.com/questions/tagged/apollo-client) or our [Community Forum](https://community.apollographql.com/).
pr-inactive-days: "30"
exclude-any-pr-labels: "discussion"
diff --git a/README.md b/README.md
index 49c33c2fd06..d10076c425f 100644
--- a/README.md
+++ b/README.md
@@ -5,13 +5,13 @@
Apollo Client
-[![npm version](https://badge.fury.io/js/%40apollo%2Fclient.svg)](https://badge.fury.io/js/%40apollo%2Fclient) [![Build Status](https://circleci.com/gh/apollographql/apollo-client.svg?style=svg)](https://circleci.com/gh/apollographql/apollo-client) [![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)
+[![npm version](https://badge.fury.io/js/%40apollo%2Fclient.svg)](https://badge.fury.io/js/%40apollo%2Fclient) [![Build Status](https://circleci.com/gh/apollographql/apollo-client.svg?style=svg)](https://circleci.com/gh/apollographql/apollo-client) [![Join the community](https://img.shields.io/discourse/status?label=Join%20the%20community&server=https%3A%2F%2Fcommunity.apollographql.com)](https://community.apollographql.com)
---
-**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 79abfdc034a89014a6219eac7252eef5d1fdfd36 Mon Sep 17 00:00:00 2001
From: Maria Elisabeth Schreiber
Date: Thu, 19 Dec 2024 11:11:13 -0700
Subject: [PATCH 2/2] 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 56d4a35fd83..2cb19258de2 100644
--- a/.github/workflows/lock.yml
+++ b/.github/workflows/lock.yml
@@ -25,7 +25,7 @@ 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-client) or our [Community Forum](https://community.apollographql.com/).
+ For general questions, we recommend using our [Community Forum](https://community.apollographql.com/) or [Stack Overflow](https://stackoverflow.com/questions/tagged/apollo-client).
pr-inactive-days: "30"
exclude-any-pr-labels: "discussion"