We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 68252c1 + fdc5816 commit c1239daCopy full SHA for c1239da
src/lib/recordFrom.ts
@@ -147,8 +147,8 @@ export async function recordFromPullRequestEvent(
147
pr: PullRequestEvent["pull_request"]
148
): Promise<LinkableRecord | null> {
149
return recordFromFinders([
150
- ["PR URL", () => recordFromUrl(pr.html_url)],
151
["PR Title", () => recordFromReferenceNum(pr.title)],
+ ["PR URL", () => recordFromUrl(pr.html_url)],
152
["PR branch name", () => recordFromReferenceNum(pr.head.ref)],
153
[
154
"PR branch URL",
0 commit comments