From 6813b148ed03d21e405f58e5578b01c26bba1ddd Mon Sep 17 00:00:00 2001 From: Dominique Hazael-Massieux Date: Tue, 3 Sep 2024 10:57:21 +0200 Subject: [PATCH] Fix links to pull requests in amendments wrapper --- amendments.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amendments.js b/amendments.js index 5dcdbf12e..3b62afd55 100644 --- a/amendments.js +++ b/amendments.js @@ -199,7 +199,7 @@ async function showAmendments(config, _, {showError}) { title.innerHTML = description; amendmentDiv.appendChild(marker); amendmentDiv.appendChild(title); - amendmentDiv.appendChild(listPRs(pr)); + amendmentDiv.appendChild(listPRs(pr, config.github.repoURL)); annotations.push(amendmentDiv); }