aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorisla w <info@mrsdizzie.com>2023-06-29 12:29:48 -0400
committerGitHub <noreply@github.com>2023-06-29 16:29:48 +0000
commite882398c5acb99db555553acc2da89db73713710 (patch)
tree6c0d2411c0b5a1db98eedb37a296cc4380d8317f /.github
parentfdf71460f99e67d4054dd642af94384c6fc52cc0 (diff)
downloadgitea-e882398c5acb99db555553acc2da89db73713710.tar.gz
gitea-e882398c5acb99db555553acc2da89db73713710.zip
Update emoji set to Unicode 15 (#25595)
Update emoji set to Unicode 15 which was added upstream here: https://github.com/github/gemoji/commit/cb5c514d472daf9b312c963987f4d7ee865c28fe <img width="854" alt="Screenshot 2023-06-29 at 11 02 56 AM" src="https://github.com/go-gitea/gitea/assets/1669571/7bfb663d-0804-4d23-a62d-f585a6783ca6"> --------- Co-authored-by: silverwind <me@silverwind.io>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/files-changed.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/files-changed.yml b/.github/workflows/files-changed.yml
index 658d3a9bea..0c382567cc 100644
--- a/.github/workflows/files-changed.yml
+++ b/.github/workflows/files-changed.yml
@@ -39,6 +39,7 @@ jobs:
backend:
- "**/*.go"
- "templates/**/*.tmpl"
+ - "assets/emoji.json"
- "go.mod"
- "go.sum"
- "Makefile"
@@ -46,6 +47,7 @@ jobs:
frontend:
- "**/*.js"
- "web_src/**"
+ - "assets/emoji.json"
- "package.json"
- "package-lock.json"
- "Makefile"