gitlab_support_readiness 1.0.51 → 1.0.52
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 365347b0f12b5f012817e8b37968032bc7d900cc37ba1479ccfc5b2a142a6936
|
4
|
+
data.tar.gz: a0c6bde6add4dce6a886ccba5c0d2de104907cd2397ab4d5e1de8f1808930a9e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5a698d12c67068bb308477216eb9feaddf965c57f408d33926726615034837ac2cd8bdac208472e5717ccd41f84574cba62889d584f85e6cffe0d4d42c812eaf
|
7
|
+
data.tar.gz: e41fc4ebdc4c9b68e737d25aac9b4004cd8790d0b080fd644e027365af44789cae670eca8e2069adf576b44a22c4a6344ad0c010c561b2b8ec17878ffc3397a0
|
@@ -171,19 +171,24 @@ module Readiness
|
|
171
171
|
# @since 1.0.51
|
172
172
|
def self.body
|
173
173
|
<<~STRING
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
174
|
+
<p>
|
175
|
+
Greetings #{customer_name} !
|
176
|
+
</p>
|
177
|
+
<p>
|
178
|
+
We have been notified you are in need of some assistance. The context we were provided is as follows:
|
179
|
+
</p>
|
178
180
|
<pre>
|
179
|
-
|
181
|
+
#{context}
|
180
182
|
</pre>
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
183
|
+
<p>
|
184
|
+
Our Support team will review this request, but please feel free to reply back with any further information that may assist us in assisting you.
|
185
|
+
</p>
|
186
|
+
<p>
|
187
|
+
Thank you,
|
188
|
+
</p>
|
189
|
+
<p>
|
190
|
+
GitLab Support
|
191
|
+
</p>
|
187
192
|
STRING
|
188
193
|
end
|
189
194
|
end
|