Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-06-10 18:09:22 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-06-10 18:09:22 +0300
commit37140013714814d8ffe662a372697c56eea2fde0 (patch)
treeb25c0bfc62da359f97b8b3742007c07723242f93 /fixtures
parent948023c9c900344aa1e2f334bcaae5a194873b0d (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'fixtures')
-rw-r--r--fixtures/emojis/intents.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/fixtures/emojis/intents.json b/fixtures/emojis/intents.json
new file mode 100644
index 00000000000..8e8b02aaddb
--- /dev/null
+++ b/fixtures/emojis/intents.json
@@ -0,0 +1,16 @@
+{
+ "thumbsdown": 1.5,
+ "thumbsdown_tone1": 1.5,
+ "thumbsdown_tone2": 1.5,
+ "thumbsdown_tone3": 1.5,
+ "thumbsdown_tone4": 1.5,
+ "thumbsdown_tone5": 1.5,
+ "thumbsup": 0.5,
+ "thumbsup_tone1": 0.5,
+ "thumbsup_tone2": 0.5,
+ "thumbsup_tone3": 0.5,
+ "thumbsup_tone4": 0.5,
+ "thumbsup_tone5": 0.5,
+ "slight_frown": 1.5,
+ "slight_smile": 0.5
+}