-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Emoji] Update the list of emojis to the latest version for Gitlab #60190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -4,7 +4,7 @@ | |||
update: ## Update sources | |||
@composer update | |||
@curl https://api.github.com/emojis > vendor/github-emojis.json | |||
@curl https://gitlab.com/gitlab-org/gitlab/-/raw/master/fixtures/emojis/index.json > vendor/gitlab-emojis.json | |||
@curl https://gitlab.com/gitlab-org/gitlab/-/raw/master/fixtures/emojis/digests.json > vendor/gitlab-emojis.json |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
foreach ($emojiItem['aliases'] as $alias) { | ||
$maps[$emojiPriority][$alias] = $emoji; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aliases were always empty anyway
I updated the PR title to have a better changelog entry (to me, this deserves being mentioned in the changelog) |
fabbot suggests adding a license header to the scripts, which seems correct. |
We didn't do that on other files. Should I open another PR to fix all other files? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Licence header on generated files can be discussed separately.
fabbot does not complain anymore :) |
Thank you @lyrixx. |
This also fixes the internal tooling used to perform the update.