fix(icons): changed square-user
icon
#3425
pull-request.yml
on: pull_request_target
lint-filenames
12s
lint-contributors
15s
Check Uniqueness of Aliases
4s
generate-changed-icons-comment
11s
Annotations
1 warning and 2 notices
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/square-user-round.json#L4
Don't add people who have only performed automatic optimizations.
- "karsa-mistmere"
+ "karsa-mistmere",
+ "jguddas"
+ ],
+ "aliases": [
+ {
+ "name": "user-square-2",
+ "deprecated": true,
+ "deprecationReason": "alias.name",
+ "toBeRemovedInVersion": "v1.0"
+ }
@@ -14,8 +22,0 @@
- ],
- "aliases": [
- {
- "name": "user-square-2",
- "deprecated": true,
- "deprecationReason": "alias.name",
- "toBeRemovedInVersion": "v1.0"
- }
|
Contributors have changed!:
icons/square-user.json#L6
Don't add people who have only performed automatic optimizations.
+ "aliases": [
+ "user-square"
+ ],
@@ -15,3 +17,0 @@
- ],
- "aliases": [
- "user-square"
|