Conversation
This reverts commit 615ab06.
Summary of ChangesHello @eXPerience83, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request addresses critical issues with the previously implemented HACS ZIP release automation by reverting the changes that introduced instability. It removes the problematic GitHub Actions workflow and specific configuration fields from Highlights
Changelog
Ignored Files
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
|||||||||||||||||||||||
PR Code Suggestions ✨No code suggestions found for the PR. |
There was a problem hiding this comment.
Code Review
The pull request successfully reverts the HACS zip release automation by removing the zip_release and filename fields from hacs.json and deleting the corresponding GitHub Actions workflow. These changes correctly restore the integration to its previous stable release state. The resulting hacs.json manifest is valid and adheres to HACS metadata standards.
User description
Motivation
hacs.jsonintroduced a publish path that breaks releases, so the integration must be restored to the prior stable state.Description
.github/workflows/release-asset.ymlthat created and uploaded a ZIP release asset.zip_releaseandfilenamefields fromhacs.jsonto restore the previous HACS metadata format.Testing
ruff check --fix --select I .and the check passed.ruff check .and the check passed.black .and formatting completed with no changes required beyond the applied formatting.Codex Task
PR Type
Bug fix
Description
Removes GitHub Actions workflow for ZIP release automation
Deletes
zip_releaseandfilenamefields fromhacs.jsonReverts breaking changes to restore stable release state
Diagram Walkthrough
File Walkthrough
release-asset.yml
Remove release ZIP automation workflow.github/workflows/release-asset.yml
hacs.json
Remove ZIP release configuration from HACS metadatahacs.json
zip_releaseboolean fieldfilenamefield specifying archive name