Skip to content

Commit

Permalink
fix: use new link format
Browse files Browse the repository at this point in the history
Change-Id: Ife89875604bc95701e09421dca20106c79991810
  • Loading branch information
sileht committed Oct 2, 2024
1 parent 53a0486 commit 04f6f8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mergify.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ function buildDetailItem () {
var org = parts[1]
var repo = parts[2]
var pull = parts[4]
var eventlogLink = `https://dashboard.mergify.com/github/${org}/repo/${repo}/event-logs?&pullRequestNumber=${pull}`
var mergequeueLink = `https://dashboard.mergify.com/github/${org}/repo/${repo}/queues?branch=main`
var eventlogLink = `https://dashboard.mergify.com/event-logs?login=${org}&repository=${repo}&pullRequestNumber=${pull}`
var mergequeueLink = `https://dashboard.mergify.com/queues?login=${org}&repository=${repo}&branch=main`

var headline = document.createElement("span")
headline.className = "status-meta"
Expand Down

0 comments on commit 04f6f8c

Please sign in to comment.