From 6aaf4d48fc690a9d5ddbfbec32cfc7f15a16dd40 Mon Sep 17 00:00:00 2001 From: Howard Edwards Date: Wed, 27 Jul 2022 01:41:31 -0500 Subject: [PATCH] Infrastructure: Remove .pr-preview.json (pull #2426) Fix #2416 This removes `.pr-preview.json` which seems to allow `pr-preview[bot]` to add a link to the editor's draft (which is no longer being used) onto the parent comment of some PRs. It also seems to be [overwriting the generated APG redesign link](https://github.com/w3c/aria-practices/issues/2416#issuecomment-1194267587) which is attached to PRs by the `michael-n-cooper-bot` bot. An example exists in the edit history for #2415 parent comment. --- .pr-preview.json | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 .pr-preview.json diff --git a/.pr-preview.json b/.pr-preview.json deleted file mode 100644 index 4356d7819f..0000000000 --- a/.pr-preview.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "src_file": "aria-practices.html", - "type": "respec" -}