PR Comment Pro
Version updated for https://github.com/Malnati/pr-comment to version v8.0.2.
- This action is used across all versions by 1 repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
Malnati/pr-comment@v8.0.2 updates the action.yml file for the PR Comment Pro GitHub Action, focusing on improving clarity, maintainability, and user experience. The main changes include updating the action version, enhancing step naming and descriptions, consolidating steps for efficiency, and cleaning up unnecessary comments and grouping commands.
General Improvements:
- Updated the referenced action version from
v8.0.1tov8.0.2and removed the version from the description for accuracy and clarity. - Improved step names and descriptions throughout the workflow for better readability and localization, replacing generic or block-based IDs with descriptive, emoji-prefixed names. [1] [2] [3] [4] [5]
Workflow Simplification and Cleanup:
- Consolidated or removed redundant steps, such as merging template resolution and rendering into a single step, and removed unnecessary comments and
echo "::group::..."commands to streamline logs and code. [1] [2] [3] [4] [5] - Standardized environment variable usage and step outputs for clarity and consistency, e.g., using
inputs.template_pathdirectly instead of intermediate variables.
Functional Adjustments:
- Adjusted logic to improve the handling of sticky comments, including clearer step names and more direct variable passing for comment identification and updating. [1] [2]
These changes collectively make the workflow easier to understand, maintain, and use, especially for users reading logs or customizing the action.