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.
1 parent 45ad1ae commit b156ca9Copy full SHA for b156ca9
app/model/devel_feed.py
@@ -79,7 +79,7 @@ def new(d: dict):
79
_render_url(d["actor"]["login"], d["actor"]["url"]),
80
d["payload"]["action"],
81
"a pull request",
82
- "“" + _render_url(pr_data["title"], pr_data["html_url"]) + "”",
+ "“" + _render_url(pr_data["title"], pr_data["url"]) + "”",
83
"at",
84
_render_url(d["repo"]["name"], d["repo"]["url"]),
85
]
0 commit comments