[PR #178] [CLOSED] Auto pint #625

Closed
opened 2026-02-04 18:37:50 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/178
Author: @Poseidon281
Created: 5/6/2024
Status: Closed

Base: mainHead: Auto-Pint


📝 Commits (10+)

  • 0ee460d Pint fixes
  • b6a03b0 Merge branch 'main' into Command-Translations
  • 299be4b New translations activity.php (Greek)
  • 234aeb7 New translations auth.php (German)
  • e181a0b New translations auth.php (Greek)
  • 69da773 New translations auth.php (Portuguese)
  • 226eaeb New translations exceptions.php (Greek)
  • f28e83a New translations passwords.php (Greek)
  • e00af42 New translations strings.php (German)
  • 4605269 New translations strings.php (Greek)

📊 Changes

45 files changed (+281 additions, -200 deletions)

View changed files

📝 .github/workflows/pint.yaml (+14 -6)
📝 app/Console/Commands/Environment/AppSettingsCommand.php (+7 -7)
📝 app/Console/Commands/Environment/DatabaseSettingsCommand.php (+5 -5)
📝 app/Console/Commands/Node/MakeNodeCommand.php (+17 -16)
📝 app/Console/Commands/Node/NodeConfigurationCommand.php (+2 -2)
📝 app/Console/Commands/Overrides/KeyGenerateCommand.php (+3 -3)
📝 app/Console/Commands/Schedule/ProcessRunnableCommand.php (+2 -2)
📝 app/Console/Commands/UpgradeCommand.php (+13 -11)
📝 lang/da/dashboard/account.php (+6 -6)
📝 lang/de/admin/index.php (+1 -1)
📝 lang/de/auth.php (+2 -2)
📝 lang/de/strings.php (+1 -1)
📝 lang/el/activity.php (+9 -9)
📝 lang/el/admin/eggs.php (+11 -11)
📝 lang/el/admin/index.php (+1 -1)
📝 lang/el/admin/node.php (+7 -7)
📝 lang/el/admin/server.php (+12 -12)
📝 lang/el/admin/user.php (+3 -3)
📝 lang/el/auth.php (+2 -2)
📝 lang/el/command/messages.php (+5 -5)

...and 25 more files

📄 Description

I made changes to lint.yml so on each commit it now automatically runs pint and makes a commit named Pint Fixes if needed


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/178 **Author:** [@Poseidon281](https://github.com/Poseidon281) **Created:** 5/6/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `Auto-Pint` --- ### 📝 Commits (10+) - [`0ee460d`](https://github.com/pelican-dev/panel/commit/0ee460dc96f7dd8b4d64b47a2be53f25f2a535d1) Pint fixes - [`b6a03b0`](https://github.com/pelican-dev/panel/commit/b6a03b0fb5d10f67a5ce05086f0e54e4472cb041) Merge branch 'main' into Command-Translations - [`299be4b`](https://github.com/pelican-dev/panel/commit/299be4b859b909ab3a20aa6b3d4f83c0b190bd17) New translations activity.php (Greek) - [`234aeb7`](https://github.com/pelican-dev/panel/commit/234aeb766504aad3f5bde7d17db90ea78244a99c) New translations auth.php (German) - [`e181a0b`](https://github.com/pelican-dev/panel/commit/e181a0b14d8191e9fea1a2932f0f874e87a6ac6c) New translations auth.php (Greek) - [`69da773`](https://github.com/pelican-dev/panel/commit/69da773c8e2f75f3415817ba1315c7b2e34a8776) New translations auth.php (Portuguese) - [`226eaeb`](https://github.com/pelican-dev/panel/commit/226eaeb1107dfbd10261069c73bc2016546ae303) New translations exceptions.php (Greek) - [`f28e83a`](https://github.com/pelican-dev/panel/commit/f28e83a626fcc8ed8971776fcff969844398c78c) New translations passwords.php (Greek) - [`e00af42`](https://github.com/pelican-dev/panel/commit/e00af4275e9b43b58d2b399e24b580600ea9bf9e) New translations strings.php (German) - [`4605269`](https://github.com/pelican-dev/panel/commit/460526988fa30d10d36f7d624ec2391a835525bf) New translations strings.php (Greek) ### 📊 Changes **45 files changed** (+281 additions, -200 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/pint.yaml` (+14 -6) 📝 `app/Console/Commands/Environment/AppSettingsCommand.php` (+7 -7) 📝 `app/Console/Commands/Environment/DatabaseSettingsCommand.php` (+5 -5) 📝 `app/Console/Commands/Node/MakeNodeCommand.php` (+17 -16) 📝 `app/Console/Commands/Node/NodeConfigurationCommand.php` (+2 -2) 📝 `app/Console/Commands/Overrides/KeyGenerateCommand.php` (+3 -3) 📝 `app/Console/Commands/Schedule/ProcessRunnableCommand.php` (+2 -2) 📝 `app/Console/Commands/UpgradeCommand.php` (+13 -11) 📝 `lang/da/dashboard/account.php` (+6 -6) 📝 `lang/de/admin/index.php` (+1 -1) 📝 `lang/de/auth.php` (+2 -2) 📝 `lang/de/strings.php` (+1 -1) 📝 `lang/el/activity.php` (+9 -9) 📝 `lang/el/admin/eggs.php` (+11 -11) 📝 `lang/el/admin/index.php` (+1 -1) 📝 `lang/el/admin/node.php` (+7 -7) 📝 `lang/el/admin/server.php` (+12 -12) 📝 `lang/el/admin/user.php` (+3 -3) 📝 `lang/el/auth.php` (+2 -2) 📝 `lang/el/command/messages.php` (+5 -5) _...and 25 more files_ </details> ### 📄 Description I made changes to lint.yml so on each commit it now automatically runs pint and makes a commit named Pint Fixes if needed --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 18:37:50 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#625