Skip to content

Commit b156ca9

Browse files
authored
Adapting gh api changes (#46)
1 parent 45ad1ae commit b156ca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/model/devel_feed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def new(d: dict):
7979
_render_url(d["actor"]["login"], d["actor"]["url"]),
8080
d["payload"]["action"],
8181
"a pull request",
82-
"“" + _render_url(pr_data["title"], pr_data["html_url"]) + "”",
82+
"“" + _render_url(pr_data["title"], pr_data["url"]) + "”",
8383
"at",
8484
_render_url(d["repo"]["name"], d["repo"]["url"]),
8585
]

0 commit comments

Comments
 (0)