It's generally recommended to pin the version of an action to a specific commit hash or a major version tag (e.g., @v1) rather than using @latest. This prevents unexpected breaking changes if the action is updated in a way that's not backward compatible.
Consider changing @latest to a more specific version, like @v1.0.0 or a commit SHA, to ensure the workflow remains stable.
It's generally recommended to pin the version of an action to a specific commit hash or a major version tag (e.g., `@v1`) rather than using `@latest`. This prevents unexpected breaking changes if the action is updated in a way that's not backward compatible.
Consider changing `@latest` to a more specific version, like `@v1.0.0` or a commit SHA, to ensure the workflow remains stable.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
gemini-code-review-action comments
@@ -0,0 +1,27 @@name: "Gemini AI PR Review"It's generally recommended to pin the version of an action to a specific commit hash or a major version tag (e.g.,
@v1) rather than using@latest. This prevents unexpected breaking changes if the action is updated in a way that's not backward compatible.Consider changing
@latestto a more specific version, like@v1.0.0or a commit SHA, to ensure the workflow remains stable.