Skip to content
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

Enhance: 絵文字の備考欄+管理画面でのライセンスの検索 #76

Merged
merged 10 commits into from
Sep 15, 2024

Conversation

kanarikanaru
Copy link
Member

What

Why

Additional info (optional)

Checklist

  • Read the contribution guide
  • Test working in a local environment
  • (If needed) Add story of storybook
  • (If needed) Update CHANGELOG.md
  • (If possible) Add tests

Copy link

github-actions bot commented Sep 15, 2024

このPRによるapi.jsonの差分

差分はこちら
--- base
+++ head
@@ -6096,6 +6096,12 @@
                     "items": {
                       "type": "string"
                     }
+                  },
+                  "remarks": {
+                    "type": [
+                      "string",
+                      "null"
+                    ]
                   }
                 },
                 "required": [
@@ -7996,6 +8002,12 @@
                       "null"
                     ]
                   },
+                  "remarks": {
+                    "type": [
+                      "string",
+                      "null"
+                    ]
+                  },
                   "isSensitive": {
                     "type": "boolean"
                   },
@@ -80823,6 +80835,12 @@
               "type": "string",
               "format": "id"
             }
+          },
+          "remarks": {
+            "type": [
+              "string",
+              "null"
+            ]
           }
         },
         "required": [
@@ -80835,7 +80853,8 @@
           "license",
           "isSensitive",
           "localOnly",
-          "roleIdsThatCanBeUsedThisEmojiAsReaction"
+          "roleIdsThatCanBeUsedThisEmojiAsReaction",
+          "remarks"
         ]
       },
       "Flash": {

Get diff files from Workflow Page

@kanarikanaru kanarikanaru changed the title Enhance: 絵文字の備考欄+ライセンスの検索 Enhance: 絵文字の備考欄+管理画面でのライセンスの検索 Sep 15, 2024
@kanarikanaru kanarikanaru merged commit 972b4f0 into hanami Sep 15, 2024
24 checks passed
@kanarikanaru kanarikanaru deleted the ehn-emoji-license branch September 15, 2024 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants