Skip to content

ci: fix scheduled-updates workflow by explicitly adding paths#4405

Merged
jamesarich merged 1 commit into
mainfrom
fix/crowdin-paths
Feb 2, 2026
Merged

ci: fix scheduled-updates workflow by explicitly adding paths#4405
jamesarich merged 1 commit into
mainfrom
fix/crowdin-paths

Conversation

@jamesarich

Copy link
Copy Markdown
Collaborator

This pull request updates the scheduled updates GitHub Actions workflow to improve file handling and ensure that relevant files are included in pull requests created by the automation. The main changes are grouped into workflow reliability improvements and pull request content enhancements.

Workflow reliability improvements:

  • Added a step to fix file permissions by running sudo chown -R $USER:$USER . before setting up the JDK, which helps prevent permission issues during the workflow execution.

Pull request content enhancements:

  • Updated the peter-evans/create-pull-request step to explicitly include additional asset, metadata, and documentation files in the pull requests it creates by specifying them in the add-paths field. This ensures that important files like firmware_releases.json, device_hardware.json, Android metadata, all strings.xml, and README.md files are always included in the automated PRs.

@jamesarich jamesarich merged commit 93a5dc2 into main Feb 2, 2026
4 checks passed
@github-actions github-actions Bot added the bugfix PR tag label Feb 2, 2026
@jamesarich jamesarich deleted the fix/crowdin-paths branch February 2, 2026 16:31
@codecov

codecov Bot commented Feb 2, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 8.36%. Comparing base (37b2efa) to head (3ff40d3).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@          Coverage Diff          @@
##            main   #4405   +/-   ##
=====================================
  Coverage   8.36%   8.36%           
=====================================
  Files        418     418           
  Lines      14318   14318           
  Branches    2078    2078           
=====================================
  Hits        1197    1197           
  Misses     12890   12890           
  Partials     231     231           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix PR tag

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant