mirror of
https://github.com/boostorg/website-v2.git
synced 2026-02-26 17:22:09 +00:00
🐛 GH issue titles can be quite long; truncate them
This commit is contained in:
@@ -358,7 +358,7 @@ class GithubUpdater:
|
||||
library=self.library,
|
||||
github_id=issue_dict["id"],
|
||||
defaults={
|
||||
"title": issue_dict["title"],
|
||||
"title": issue_dict["title"][:255],
|
||||
"number": issue_dict["number"],
|
||||
"is_open": issue_dict["state"] == "open",
|
||||
"closed": closed_at,
|
||||
|
||||
Reference in New Issue
Block a user