From 2343f99a7d57dbb29787df3f9c2deceeec2547ad Mon Sep 17 00:00:00 2001 From: Tim McCormack Date: Tue, 22 Oct 2024 16:26:51 +0000 Subject: [PATCH] feat!: Don't ping Ned (#314) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ned isn't working at 2U anymore, so we should not be bothering him! I'm not replacing this with better contact info, as it's not clear who that would be—or whether we even want this no-contributions behavior at all. So in the meantime, just removing incorrect info. --- openedx_webhooks/templates/no_contributions.md.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/openedx_webhooks/templates/no_contributions.md.j2 b/openedx_webhooks/templates/no_contributions.md.j2 index e5f04014..77abf5ce 100644 --- a/openedx_webhooks/templates/no_contributions.md.j2 +++ b/openedx_webhooks/templates/no_contributions.md.j2 @@ -1,6 +1,5 @@ {% filter replace("\n", " ")|trim %} Thanks for your pull request, but this repo does not accept outside contributions unless they are under contract. -If you think this is an error, please contact @nedbat. {% endfilter %}