Conversation
Refactor code structure and improve maintainability - Moved function definitions to correct order to fix SC2218 shellcheck warnings - Extracted redundant cleanup code into centralized _prune() function - Consolidated fzf menu logic into reusable _fzf_menu() helper function - Added shellcheck disable comment for SC1091 (system-dependent source file) - Improved AUR workflow to trigger only on TKG_INSTALLER_VERSION changes - Reduced code duplication across menu handlers and cleanup routines
Refactor code structure and improve maintainability - Moved function definitions to correct order to fix SC2218 shellcheck warnings - Extracted redundant cleanup code into centralized _prune() function - Consolidated fzf menu logic into reusable _fzf_menu() helper function - Added shellcheck disable comment for SC1091 (system-dependent source file) - Improved AUR workflow to trigger only on TKG_INSTALLER_VERSION changes - Reduced code duplication across menu handlers and cleanup routines
damachine
added a commit
that referenced
this pull request
Oct 8, 2025
* bump: RELEASE version to v0.10.7 (#54) * bump: RELEASE version to v0.10.7 Refactor code structure and improve maintainability - Moved function definitions to correct order to fix SC2218 shellcheck warnings - Extracted redundant cleanup code into centralized _prune() function - Consolidated fzf menu logic into reusable _fzf_menu() helper function - Added shellcheck disable comment for SC1091 (system-dependent source file) - Improved AUR workflow to trigger only on TKG_INSTALLER_VERSION changes - Reduced code duplication across menu handlers and cleanup routines * bump: RELEASE version to v0.10.7 Refactor code structure and improve maintainability - Moved function definitions to correct order to fix SC2218 shellcheck warnings - Extracted redundant cleanup code into centralized _prune() function - Consolidated fzf menu logic into reusable _fzf_menu() helper function - Added shellcheck disable comment for SC1091 (system-dependent source file) - Improved AUR workflow to trigger only on TKG_INSTALLER_VERSION changes - Reduced code duplication across menu handlers and cleanup routines * chore: refactor code structure for "Do not run as root" check and improve maintainability chore: refactor code structure for "Do not run as root" check and improve maintainability ci: Arch/AUR workflow only triggers on version changes and improved commit logic ci: Arch/AUR: Bump version only if changed ci: fix warnings ci: fix refactor: improve code structure and CI/CD workflow - Refactored "Do not run as root" check for better maintainability - Moved function definitions to correct order (fixed SC2218 shellcheck warnings) - Centralized cleanup logic in _prune() function to reduce code duplication - Unified fzf menu handling with reusable _fzf_menu() helper - Added shellcheck disable for SC1091 (system-dependent /etc/os-release) - Updated AUR workflow to trigger only on TKG_INSTALLER_VERSION changes - Improved workflow commit logic to handle empty commits gracefully - Fixed workflow warnings and errors ci: change trigger ci: fix log for aur package bump: version to v0.10.8 ci: fix revert version test ci test: version test trigger ci ci ci test test ci: fix * bump: RELEASE version to v0.10.8 * fix typo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Refactor code structure and improve maintainability