From a35bf1b3d54ca77736254027c61bd5c533cafb7c Mon Sep 17 00:00:00 2001 From: Domenic Denicola Date: Fri, 3 Apr 2020 12:51:35 -0400 Subject: [PATCH] Use the new LS-PR status for PR previews Follows https://github.com/tabatkins/bikeshed/pull/1635. --- .pr-preview.json.template | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.pr-preview.json.template b/.pr-preview.json.template index 1893ddd..f3b655c 100644 --- a/.pr-preview.json.template +++ b/.pr-preview.json.template @@ -3,13 +3,7 @@ "type": "bikeshed", "params": { "force": 1, - "md-status": "LS-COMMIT", - "md-h1": "@@h1@@ (PR #{{ pull_request.number }})", - "md-warning": "Commit {{ short_sha }} {{ pull_request.head.repo.html_url }}/commit/{{ sha }} replaced by {{ config.ls_url }}", - "md-title": "{{ config.title }} (Pull Request Snapshot #{{ pull_request.number }})", - "md-Text-Macro": "SNAPSHOT-LINK {{ config.back_to_ls_link }}" - }, - "ls_url": "https://@@shortname@@.spec.whatwg.org/", - "title": "@@h1@@ Standard", - "back_to_ls_link": "Go to the living standard" + "md-status": "LS-PR", + "md-Text-Macro": "PR-NUMBER {{ pull_request.number }}" + } }