fix(icons): lucide-ize send icons #3469
pull-request.yml
on: pull_request_target
lint-filenames
12s
lint-contributors
14s
Check Uniqueness of Aliases
3s
generate-changed-icons-comment
10s
Annotations
1 warning and 1 notice
generate-changed-icons-comment
The following actions use a deprecated Node.js version and will be forced to run on node20: peter-evans/find-comment@v2, peter-evans/create-or-update-comment@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Contributors have changed!:
icons/send-horizontal.json#L6
Don't add people who have only performed automatic optimizations.
+ "aliases": [
+ {
+ "name": "send-horizonal",
+ "deprecated": true,
+ "deprecationReason": "alias.typo",
+ "toBeRemovedInVersion": "v1.0"
+ }
+ ],
@@ -19,8 +26,0 @@
- ],
- "aliases": [
- {
- "name": "send-horizonal",
- "deprecated": true,
- "deprecationReason": "alias.typo",
- "toBeRemovedInVersion": "v1.0"
- }
|