From 5fc3ed0f396fc6a9ce5e38437c777d5e3423fb53 Mon Sep 17 00:00:00 2001 From: Ryan Lopopolo Date: Thu, 11 May 2023 19:41:36 -0700 Subject: [PATCH] Stop monitoring Twitter links, fix markdown link check job --- .github/markdown-link-check.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/markdown-link-check.json b/.github/markdown-link-check.json index d544af0..3f3487d 100644 --- a/.github/markdown-link-check.json +++ b/.github/markdown-link-check.json @@ -2,6 +2,9 @@ "ignorePatterns": [ { "pattern": "img.shields.io" + }, + { + "pattern": "^https://twitter.com/artichokeruby" } ], "replacementPatterns": [],