From c7f45431d2d45274e2a32d1fd17a38d264c2692c Mon Sep 17 00:00:00 2001 From: Tim McCormack Date: Tue, 22 Oct 2024 15:36:49 +0000 Subject: [PATCH] feat: Don't ping Ned 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 %}