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
:zap: New story created for pull request [**{{{ payload.pull_request.title }}}**]({{{ payload.pull_request.html_url }}})
104
-
in repo **{{{ payload.repository.name }}}**.
103
+
:zap: New story created for pull request [**{{{ payload.pull_request.title }}}**]({{{ payload.pull_request.html_url }}})
104
+
in repo **{{{ payload.repository.name }}}**.
105
105
{{{ #payload.pull_request.body }}}
106
106
The body of the PR is: {{{ payload.pull_request.body }}}
107
107
{{{ /payload.pull_request.body }}}
@@ -110,7 +110,7 @@ variables, like this:
110
110
The story title and body templates are processed using the [Mustache](https://mustache.github.io/)
111
111
templating system. It receives [the Payload object returned from the GitHub API](https://docs.github.com/en/free-pro-team@latest/developers/webhooks-and-events/webhook-events-and-payloads#pull_request). Note that you may want to use the triple mustache syntax to disable HTML escaping. Also Clubhouse supports full Markdown formatting, emojis, and @ mentions. Feel free to use them to your heart's desire. :heart_eyes_cat:
112
112
113
-
If you don't provide a title or body template, this action will simply use the Pull Request Title (`{{{ payload.pull_request.title }}}`) and Pull Request Body (`{{{ payload.pull_request.body }}}`) by default.
113
+
If you don't provide a title or body template, this action will simply use the Pull Request Title (`{{{ payload.pull_request.title }}}`) and Pull Request Body (`{{{ payload.pull_request.body }}}`) by default.
114
114
115
115
## User Map
116
116
@@ -127,7 +127,7 @@ map GitHub users to Clubhouse users. The user map should be passed in the
@@ -165,7 +165,7 @@ Multiple users should be separated by commas.
165
165
166
166
## Only Users
167
167
168
-
You can also add a list of GitHub `only-users` for this integration. This works opposite of the ignored users list above. For example, if you wanted only PRs from a specific GitHub user such as dependabot PRs.
168
+
You can also add a list of GitHub `only-users` for this integration. This works opposite of the ignored users list above. For example, if you wanted only PRs from a specific GitHub user such as dependabot PRs.
0 commit comments