1
0
Fork 0
Commit Graph

117 Commits

Author SHA1 Message Date
pooneyy f6324724ad
Merge branch 'config' into localApps 2025-10-10 20:39:00 +08:00
pooneyy 889b00edda
🐛 fix(renovate): remove unnecessary chmod command
- remove redundant chmod +x command for Python script
- Python scripts don't require execute permissions to run with python3 interpreter
2025-10-10 20:38:21 +08:00
renovate[bot] 982ab9b03c
chore(deps): update dependency ruby to v3.4.7 (#2009) 2025-10-10 07:37:14 +00:00
pooneyy d2865d9721
Merge branch 'config' into localApps 2025-10-10 15:21:02 +08:00
pooneyy 6abd8b9b13
🐛 fix(renovate): handle missing version files gracefully
- remove exit on missing version files to prevent workflow failures
- add debug logging for app name and old version when file not found
- improve error handling for missing version files in renovate workflow
2025-10-10 15:20:33 +08:00
pooneyy e699987213
Merge branch 'config' into localApps 2025-10-10 14:22:57 +08:00
pooneyy a469bf47bd
🔧 chore(renovate): improve version update workflow
- remove redundant directory existence check comment
- replace deprecated arithmetic expression with modern shell syntax
- add commit counter display for better progress tracking
2025-10-10 14:22:41 +08:00
pooneyy 265a899c2d
🔧 chore(workflow): enhance version update process with better error handling
- add commits counter to track successful commits
- implement directory existence checks before operations
- add git reset and proper file staging with git rm and git add
- check for actual file changes before committing
- improve error messages and exit conditions
- add success status reporting only when commits are pushed
2025-10-10 12:00:41 +08:00
pooneyy 92ea17656d
Merge branch 'config' into localApps 2025-10-09 13:49:47 +08:00
pooneyy 218ffaa84a
🔧 chore(renovate): disable automatic reviewer assignment for major PRs
- comment out automatic reviewer and assignee assignment for major version updates
- maintain existing label removal functionality
2025-10-09 13:49:26 +08:00
pooneyy ca67691547
Merge branch 'config' into localApps 2025-10-09 03:19:11 +08:00
pooneyy 69559ea186
feat(renovate): add directory content verification
- add check_directory_contents function to print directory contents
- integrate directory content check after successful directory rename for better debugging
2025-10-09 03:18:37 +08:00
pooneyy 03707488ee
Merge branch 'config' into localApps 2025-10-08 23:16:02 +08:00
pooneyy 65a07859d6
🐛 fix(renovate): update reviewer and assignee assignment
- change from using github.actor to github.repository_owner for reviewer assignment
- change from using github.actor to github.repository_owner for assignee assignment
- ensure proper assignment of repository owner instead of workflow actor
2025-10-08 23:15:45 +08:00
renovate[bot] 19b69c776e
chore(deps): update renovatebot/github-action action to v43.0.16 (#1961) 2025-10-08 08:01:19 +00:00
pooneyy 6299a5c0b6
Merge branch 'config' into localApps 2025-10-07 22:58:29 +08:00
pooneyy 750d742009
🔧 chore(workflow): remove conditional execution from version update
- remove `|| true` from git push command to ensure workflow fails on push errors
2025-10-07 22:58:02 +08:00
pooneyy d47d234f4a
Merge branch 'config' into localApps 2025-10-07 15:41:54 +08:00
pooneyy a67be05173
♻️ refactor(renovate): simplify version extraction and add safety functions
- consolidate multiple regex patterns into single comprehensive pattern for version extraction
- add type hints for version variables to improve code clarity
- implement safe_rename_directory function with comprehensive error handling and validation
- create write_version_file function with proper directory creation and error handling
- replace direct file operations with safer function calls
- add permission and system error handling for directory operations
- implement existence checks before directory operations
- add operation success validation after renaming
- improve error messages with clear success/failure indicators
2025-10-07 15:41:29 +08:00
pooneyy 6987076622
🔧 chore(renovate): update github actions bot configuration
- update git config email and name to use official github-actions[bot] credentials
- update gitIgnoredAuthors to use official bot email address for proper commit attribution
2025-10-07 15:17:57 +08:00
renovate[bot] 3fe741c542
chore(deps): update renovatebot/github-action action to v43.0.15 (#1926) 2025-10-06 15:49:01 +00:00
pooneyy 9dd09fd863
Merge branch 'config' into localApps 2025-10-06 23:35:23 +08:00
pooneyy 4587c9b1b1
🔧 chore(github): standardize issue template configuration and workflow
- fix case sensitivity in issue template assignees field (Assignees → assignees)
- add silent flag to GitHub API calls in renovate workflow to reduce output noise
2025-10-06 23:35:10 +08:00
pooneyy 3cce1c59a5
Merge branch 'config' into localApps 2025-10-06 21:40:40 +08:00
pooneyy 60513cb920
♻️ refactor(workflow): enhance version extraction and workflow reliability
- add type hints to functions for better code clarity
- fix version extraction logic to correctly access version from dictionary
- improve error handling in workflow with better debugging information
- update workflow to use pull request head ref for accurate file detection
- add fallback to 'latest' version when extraction fails
- enhance logging with old and new version display
- rename script reference from .sh to .py in workflow step
- modify checkout action to use head ref instead of default
2025-10-06 21:40:27 +08:00
pooneyy 4802fe6f1a
Merge branch 'config' into localApps 2025-10-06 16:48:43 +08:00
pooneyy deae7397a8
feat(renovate): migrate from shell script to python implementation and enhance automation
- replace bash script with python script for better version extraction and handling
- add major version label checking and auto-merge workflow
- implement pr author verification and automatic reviewer assignment
- enhance version extraction with multiple pattern support (dots, hyphens, mixed separators)
- add pr body columns configuration and update package rules

🔧 chore(workflows): restructure github actions workflow

- change trigger from push to pull_request events
- add python setup and dependency installation
- implement multi-stage workflow with label checking and auto-merge
- add commit author verification
- improve error handling and retry logic for pr merging
2025-10-06 16:48:14 +08:00
pooneyy 37fb2d6e2a
Merge branch 'config' into localApps 2025-10-04 18:47:36 +08:00
pooneyy a8061d9521
🔧 chore(ci): set the check status of the commit created by the workflow to pass 2025-10-04 18:47:08 +08:00
pooneyy ee00df151b
🔧 chore(renovate): improve workflow reliability and remove manual trigger
- remove workflow_dispatch manual trigger input to simplify workflow
- add file existence check before reading version file to prevent errors
- remove [skip ci] flag from commit message as it's no longer needed
2025-10-04 17:22:57 +08:00
pooneyy 70c76240e7
Merge branch 'config' into localApps 2025-10-04 10:10:50 +08:00
pooneyy 72f6ebf81b
🔧 chore(renovate): change git user name for github-action
- shorten git user name from "github-action update-app-version" to "github-action"
2025-10-04 10:10:24 +08:00
pooneyy 6b8c615817
Merge branch 'config' into localApps 2025-10-04 09:47:08 +08:00
pooneyy 4a30cf5fc8
🔧 chore(workflows): update github actions
- migrate from deprecated ::set-output to $GITHUB_OUTPUT syntax
- improve commit messages with app name and version details
- enhance commit message formatting with emoji and detailed version info
2025-10-04 09:45:22 +08:00
pooneyy 577e0ba38e
Merge branch 'config' into localApps 2025-10-03 20:55:20 +08:00
pooneyy 91aa0ab525
👷 ci(docker): add build context parameter to workflow
- add build_context input parameter with default value of current directory
- update docker build step to use dynamic build context from workflow input
2025-10-03 20:54:53 +08:00
pooneyy 2e191bb395
🔧 chore(ci): fix docker build args variable name
- correct variable name from `repo` to `build_args` in docker build workflow
2025-10-03 16:02:01 +08:00
pooneyy 99830f2a94
Merge branch 'config' into localApps 2025-10-03 04:18:22 +08:00
pooneyy 9ddf9c79c9
feat(ci): Optimize Docker image build workflow
- Add new build-args parameter to support Dockerfile build parameter configuration
- Adjust parameter order and default values
2025-10-03 04:17:00 +08:00
renovate[bot] 7dbb0e77c9
chore(deps): update renovatebot/github-action action to v43.0.14 (#1854) 2025-09-30 18:58:16 +08:00
renovate[bot] 9a2704d33d
chore(deps): update renovatebot/github-action action to v43.0.13 (#1767) 2025-09-23 02:25:48 +08:00
renovate[bot] b9b8893d78
chore(deps): update renovatebot/github-action action to v43.0.12 (#1754) 2025-09-22 03:59:41 +08:00
pooneyy 97b1e2fdfb
Merge branch 'config' into localApps 2025-09-20 02:27:11 +08:00
pooneyy 0d1821ccbd
Update .github/workflows/build-docker-image.yml: Fix quoting in build report HTML in workflow 2025-09-20 02:26:13 +08:00
renovate[bot] da426ee94c
chore(deps): update renovatebot/github-action action to v43.0.11 (#1600) 2025-09-08 22:41:47 +08:00
renovate[bot] 3b13d6b295
chore(deps): update renovatebot/github-action action to v43.0.10 (#1581) 2025-09-08 01:44:24 +08:00
pooneyy 74fb101e18
Merge branch 'config' into localApps 2025-09-05 22:03:02 +08:00
pooneyy 99408ad5d8
Update build-docker-image.yml 2025-09-05 22:02:35 +08:00
pooneyy 6f59a31494
Merge branch 'config' into localApps 2025-09-04 00:37:40 +08:00
renovate[bot] 42f93e0c9d
chore(deps): update immich to v1.140.1 (#1538) 2025-09-03 01:20:34 +00:00