You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto-commenting on PR (Pull Request) merge description automates adding predefined comments or messages when a pull request is merged. Here’s how it works in short:
PR Merge Trigger: The workflow starts when a pull request is successfully merged.
Fetch Description: It captures the merge description or details related to the PR (e.g., changes made, issue references).
Apply Comments: Based on the PR description or predefined templates, the system adds automated comments, such as "PR merged successfully" or "Link to related issues."
Visibility: These comments are visible in the PR history for documentation or further reviews.
This process ensures standardized information is recorded after each merge without manual input.
The text was updated successfully, but these errors were encountered:
Auto-commenting on PR (Pull Request) merge description automates adding predefined comments or messages when a pull request is merged. Here’s how it works in short:
PR Merge Trigger: The workflow starts when a pull request is successfully merged.
Fetch Description: It captures the merge description or details related to the PR (e.g., changes made, issue references).
Apply Comments: Based on the PR description or predefined templates, the system adds automated comments, such as "PR merged successfully" or "Link to related issues."
Visibility: These comments are visible in the PR history for documentation or further reviews.
This process ensures standardized information is recorded after each merge without manual input.
The text was updated successfully, but these errors were encountered: