Skip to content

Conversation

@yuto-trd
Copy link
Member

Description

Implement functionality to save and register metadata for release assets during the release process. This includes downloading metadata, merging it, and sending it to the API for registration.

Breaking changes

None.

Fixed issues

None.

Copilot AI review requested due to automatic review settings November 28, 2025 07:25
@github-actions
Copy link
Contributor

No TODO comments were found.

@github-actions
Copy link
Contributor

Code Coverage

Package Line Rate Branch Rate Complexity Health
Beutl.Operators 4% 0% 58
Beutl.Core 31% 28% 3058
Beutl.Engine 30% 27% 9752
Beutl.Threading 100% 94% 118
Beutl.Utilities 73% 67% 360
Beutl.Configuration 40% 19% 283
Beutl.Extensibility 2% 0% 106
Beutl.ProjectSystem 12% 6% 2075
Beutl.Language 0% 0% 636
Summary 28% (10976 / 39328) 26% (2934 / 11467) 16446

Minimum allowed line rate is 0%

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +103 to +107
uses: actions/download-artifact@v6
with:
pattern: metadata-*
path: metadata
merge-multiple: false

Choose a reason for hiding this comment

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

P1 Badge Download metadata from wrong workflow run

The new metadata download step relies on actions/download-artifact without a run-id, so it only searches the current release job for metadata-* artifacts. All metadata artifacts are produced by the reusable build workflows (build-executable, build-windows-installer, build-debian-package, build-macos-app) which run under different run IDs and are already exposed via artifact-run-id outputs. Without passing those run IDs here, this step will fail with “No artifacts found” before the release is created, blocking the release pipeline whenever metadata artifacts are needed.

Useful? React with 👍 / 👎.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

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