Skip to content

Commit

Permalink
Fix links to pull requests in amendments wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
dontcallmedom committed Sep 3, 2024
1 parent 0e5656f commit 6813b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amendments.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 6813b14

Please sign in to comment.