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
Thanks for the pull request! [I've created a Clubhouse story
60
+
for you.]({{{ story.app_url }}})
61
+
```
62
+
63
+
This comment template is processed using the [Mustache](https://mustache.github.io/)
64
+
templating system. It receives [the Story object returned from the Clubhouse API](https://clubhouse.io/api/rest/v3/#Story). Note that you may want to use the
65
+
triple mustache syntax to disable HTML escaping.
66
+
67
+
GitHub will automatically process the comment text as [Markdown](https://guides.github.com/features/mastering-markdown/),
68
+
so you can use features like links and images if you make your comment
69
+
template output valid Markdown, as shown above.
70
+
71
+
If you don't provide a comment template, this action will use this comment template
72
+
by default: `Clubhouse story: {{{ story.app_url }}}`
73
+
36
74
## User Map
37
75
38
76
This Action does its best to automatically assign the created Clubhouse story
@@ -48,7 +86,7 @@ map GitHub users to Clubhouse users. The user map should be passed in the
0 commit comments