Conversation
Added workflow headers and descriptions to clarify purpose. Updated step names and comments for consistency and clarity in both manual and tag-triggered integration release workflows. Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>
There was a problem hiding this comment.
Pull request overview
Adds top-of-file headers and improves naming/comment consistency in the integration release notification GitHub Actions workflows.
Changes:
- Added YAML document headers and brief workflow descriptions.
- Standardized step names and clarified comments around doc generation and release action checkout.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| .github/workflows/notify-integration-release-via-tag.yaml | Adds workflow header/description and standardizes step naming/comments for tag-triggered releases. |
| .github/workflows/notify-integration-release-via-manual.yaml | Adds workflow header/description and standardizes step naming/comments for manual releases. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -1,8 +1,13 @@ | |||
| --- | |||
| # This workflow notifies the HashiCorp integration-api that a release has occurred. | |||
There was a problem hiding this comment.
There’s an extra space in the header comment (“workflow notifies”). Please remove the double-space for consistency with other workflow headers.
| # This workflow notifies the HashiCorp integration-api that a release has occurred. | |
| # This workflow notifies the HashiCorp integration-api that a release has occurred. |
| @@ -1,4 +1,8 @@ | |||
| --- | |||
| # This workflow notifies the HashiCorp integration-api that a release has occurred. | |||
There was a problem hiding this comment.
There’s an extra space in the header comment (“workflow notifies”). Please remove the double-space for consistency with other workflow headers.
| # This workflow notifies the HashiCorp integration-api that a release has occurred. | |
| # This workflow notifies the HashiCorp integration-api that a release has occurred. |
|
This functionality has been released in v2.1.0 of the plugin. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
1 similar comment
|
This functionality has been released in v2.1.0 of the plugin. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
|
I'm going to lock this pull request because it has been closed for 30 days. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Summary
Added workflow headers and descriptions to clarify purpose.
Updated step names and comments for consistency and clarity in both manual and tag-triggered integration release workflows.
Type
fix: Bug Fixfeat: Feature or Enhancementdocs: Documentationrefactor: Refactoringchore: Build, Dependencies, Workflows, etc.other: Other (Please describe.)Breaking Changes?
Tests
Output:
Documentation
Issue References
Release Note
Additional Information