Skip to content

Promote develop to main#120

Merged
ptr727 merged 3 commits into
mainfrom
develop
Jul 5, 2026
Merged

Promote develop to main#120
ptr727 merged 3 commits into
mainfrom
develop

Conversation

@ptr727

@ptr727 ptr727 commented Jul 5, 2026

Copy link
Copy Markdown
Owner

Promote develop to main: editorconfig EOL normalization plus the queued upstream device_builder version bumps (1.0.28, 1.0.29).

ptr727-codegen Bot and others added 3 commits July 4, 2026 06:05
Co-authored-by: ptr727-codegen[bot] <275599072+ptr727-codegen[bot]@users.noreply.github.com>
Co-authored-by: ptr727-codegen[bot] <275599072+ptr727-codegen[bot]@users.noreply.github.com>
* Add the global editorconfig CRLF default

Set end_of_line = crlf on the [*] block so every file type has a defined ending, matching the fleet template.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Renormalize workflow YAML to CRLF per .editorconfig

Five workflow YAML files were committed LF, violating the .editorconfig [*.{yml,yaml}] crlf rule (git .gitattributes * -text does not renormalize). Convert them to CRLF; EOL-only change, no content difference (verified with git diff --ignore-cr-at-eol).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings July 5, 2026 20:43

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Promotes develop to main by carrying forward the queued upstream device_builder pin updates and applying line-ending normalization consistent with the repository's .editorconfig/.gitattributes policy.

Changes:

  • Bump device_builder in upstream-version.json from 1.0.27 to 1.0.29.
  • Set the default .editorconfig end_of_line to crlf, while retaining existing lf overrides for *.sh and Dockerfiles.
  • Normalize line endings in multiple workflow YAML files (no functional workflow logic changes observed).

Reviewed changes

Copilot reviewed 2 out of 7 changed files in this pull request and generated no comments.

Show a summary per file
File Description
upstream-version.json Updates the pinned upstream device_builder version to 1.0.29.
.github/workflows/validate-task.yml Line-ending normalization; workflow content remains the same.
.github/workflows/test-pull-request.yml Line-ending normalization; workflow content remains the same.
.github/workflows/publish-release.yml Line-ending normalization; workflow content remains the same.
.github/workflows/build-release-task.yml Line-ending normalization; workflow content remains the same.
.github/workflows/build-docker-task.yml Line-ending normalization; workflow content remains the same.
.editorconfig Sets a CRLF default while preserving LF overrides for scripts and Dockerfiles.

@ptr727 ptr727 merged commit 8fcc9ad into main Jul 5, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants