godotengine / godotengine/issue-bot
Use the correct fields after talking to rocket.chat
Open
- Dominant language
- Python
- Stars
- 9
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
We currently use the following to construct the attachments:
```
"author_icon": avatar_url,
"author_link": issue['html_url'],
"author_name": f"{repository.title()} [{issue_type}]: {issue['title']} #{issue['number']}",
"text": status,
"ts": msg['ts'],
```
The reason for this is that on mobile tiles and tile links do not show up. However on desktop using this means that we can not collapse the extra fields. This smells like a bug somewhere but I'm not entirely sure where.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.