[Github Action] Automated trickest wordlists update.

This commit is contained in:
github-actions[bot]
2025-06-07 10:03:46 +00:00
parent af8f3a2fdb
commit d25a6694ca
18 changed files with 3187 additions and 1585 deletions
@@ -108,7 +108,6 @@ resources/views/partials/forms/edit/company-select.blade.php
resources/views/partials/forms/edit/asset-select.blade.php
resources/views/partials/forms/edit/quantity.blade.php
resources/views/partials/forms/edit/phone.blade.php
resources/views/partials/forms/edit/eol_date.blade.php
resources/views/partials/forms/edit/uploadLogo.blade.php
resources/views/partials/forms/edit/minimum_quantity.blade.php
resources/views/partials/forms/edit/maintenance_type.blade.php
@@ -121,7 +120,6 @@ resources/views/partials/forms/edit/fax.blade.php
resources/views/partials/forms/edit/name-last.blade.php
resources/views/partials/forms/edit/item_number.blade.php
resources/views/partials/forms/edit/name.blade.php
resources/views/partials/forms/edit/purchase_date.blade.php
resources/views/partials/forms/edit/datepicker.blade.php
resources/views/partials/forms/edit/supplier-select.blade.php
resources/views/livewire/custom-field-set-default-values-for-model.blade.php
@@ -257,6 +255,7 @@ resources/views/blade/input/location-select.blade.php
resources/views/blade/input/locale-select.blade.php
resources/views/blade/input/skin.blade.php
resources/views/blade/input/select.blade.php
resources/views/blade/input/datepicker.blade.php
resources/views/blade/example.blade.php
resources/views/blade/redirect_submit_options.blade.php
resources/views/blade/full-user-name.blade.php
@@ -5267,6 +5266,7 @@ resources/lang/en-US/admin/locations/message.php
resources/lang/en-US/admin/locations/table.php
resources/lang/en-US/reminders.php
resources/lang/en-US/table.php
resources/lang/en-US/datepicker.php
resources/lang/en-US/button.php
resources/lang/en-US/account/general.php
resources/lang/en-US/auth.php
@@ -6359,9 +6359,11 @@ tests/Feature/Accessories/Api/StoreAccessoryTest.php
tests/Feature/Notifications/Webhooks/SlackNotificationsUponCheckoutTest.php
tests/Feature/Notifications/Webhooks/SlackNotificationsUponCheckinTest.php
tests/Feature/Notifications/Email/ExpiringAlertsNotificationTest.php
tests/Feature/Notifications/Email/EmailNotificationsUponCheckoutTest.php
tests/Feature/Notifications/Email/EmailNotificationsToAdminAlertEmailUponCheckoutTest.php
tests/Feature/Notifications/Email/EmailNotificationsToUserUponCheckinTest.php
tests/Feature/Notifications/Email/EmailNotificationsToUserUponCheckoutTest.php
tests/Feature/Notifications/Email/AssetAcceptanceReminderTest.php
tests/Feature/Notifications/Email/EmailNotificationsUponCheckinTest.php
tests/Feature/Notifications/Email/EmailNotificationsToAdminAlertEmailUponCheckinTest.php
tests/Feature/CustomFields/Api/DeleteCustomFieldsTest.php
tests/Feature/Authentication/LoginTest.php
tests/Feature/Console/MergeUsersTest.php
@@ -6992,6 +6994,7 @@ database/migrations/2015_02_26_115128_add_deleted_at_models.php
database/migrations/2022_11_15_232525_adds_should_autoassign_bool_to_users_table.php
database/migrations/2015_10_23_182625_add_checkout_time_and_expected_checkout_date_to_assets.php
database/migrations/2016_05_16_164733_add_model_mfg_to_consumable.php
database/migrations/2025_06_02_233556_add_admin_cc_always_to_settings_table.php
database/migrations/2022_07_07_010406_add_indexes_to_license_seats.php
database/migrations/2014_11_20_223947_add_auto_to_settings.php
database/migrations/2014_10_24_000417_alter_supplier_state_to_32.php