Skip to content

update-docs の vss 取得を Release から取得する#42

Merged
zztkm merged 3 commits intomainfrom
feature/update-site-update-actions
Nov 10, 2025
Merged

update-docs の vss 取得を Release から取得する#42
zztkm merged 3 commits intomainfrom
feature/update-site-update-actions

Conversation

@zztkm
Copy link
Copy Markdown
Member

@zztkm zztkm commented Nov 10, 2025

No description provided.

@gemini-code-assist
Copy link
Copy Markdown
Contributor

Summary of Changes

Hello @zztkm, 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!

このプルリクエストは、ドキュメント更新ワークフローの効率化と安定性向上を目的としています。特に、Rustへの移行に伴い増加したビルド時間に対応するため、vssバイナリの取得方法をGitHub Releaseからのダウンロードに変更し、ワークフローの実行時間を短縮します。また、GitHub Actionsのランナーを最新のubuntu-24.04に更新することで、環境の安定性と最新機能への対応を図ります。

Highlights

  • vssバイナリの取得方法変更: .github/workflows/update-docs.yaml で使用する vss バイナリを、ビルドする代わりにGitHub Releaseの最新版から取得するように変更しました。これは、Rustへの移行によりビルド時間が増加したことへの対応で、ドキュメント更新ワークフローの効率化を図ります。
  • GitHub Actionsランナーの更新: .github/workflows/update-docs.yaml のGitHub Actionsランナーを ubuntu-latest から ubuntu-24.04 に更新しました。これにより、ワークフローの実行環境が最新のLTSバージョンに固定され、安定性が向上します。
Ignored Files
  • Ignored by pattern: .github/workflows/** (1)
    • .github/workflows/update-docs.yaml
Using Gemini Code Assist

The 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 /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

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 .gemini/ folder in the base of the repository. Detailed instructions can be found here.

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

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

このプルリクエストは、.github/workflows/update-docs.yaml ワークフローの変更を CHANGELOG.md に反映させるものですね。vssバイナリを毎回ビルドする代わりにGitHub Releaseから取得するようにし、ランナーを ubuntu-24.04 に更新した点が記載されています。これにより、特にRust実装への移行後、ドキュメント更新のワークフローが高速化されると理解しました。内容は明確で良い変更だと思います。1点だけ、CHANGELOGのフォーマットに関する軽微な修正提案をコメントしましたので、ご確認ください。

Comment thread CHANGELOG.md Outdated
@zztkm zztkm merged commit 7453a67 into main Nov 10, 2025
@zztkm zztkm deleted the feature/update-site-update-actions branch November 10, 2025 12:38
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.

1 participant