You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now Yappy does not do anything special with comments. I believe they should be formatted and linked. This could be improved using some regex:
Labels ~"LABEL_TEXT" links to https://<DOMAIN>/<REPO_PATH>/-/issues?label_name=<LABEL_TEXT>. Labels can contain emojis. Strip ~"". Unsure how much customization Discord allows but webhook returns label color in hex, description (for title popup?), among other things.
Users/Teams @TEXT links to https://<DOMAIN>/<LABEL_TEXT>
Weight (issue only)
If available could be listed next to title with :scales: ⚖ icon
Right now Yappy does not do anything special with comments. I believe they should be formatted and linked. This could be improved using some regex:
~"LABEL_TEXT"
links tohttps://<DOMAIN>/<REPO_PATH>/-/issues?label_name=<LABEL_TEXT>
. Labels can contain emojis. Strip~""
. Unsure how much customization Discord allows but webhook returns label color in hex, description (for title popup?), among other things.@TEXT
links tohttps://<DOMAIN>/<LABEL_TEXT>
If available could be listed next to title with
:scales:
⚖ iconMust ignore:
```
and ` (backtick contexts)@all
(entire team)More details about formatting and additional types here: https://docs.gitlab.com/ee/user/markdown.html#special-gitlab-references
The text was updated successfully, but these errors were encountered: