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
Description:
Currently, our GitHub Action skips execution if a pull request description is already populated. However, we want the action to enhance or verify the description in all cases, ensuring no PR bypasses our review standards unintentionally.
Request:
Please modify the workflow to run the action consistently, regardless of existing content in the PR description. This will help maintain thorough reviews and improve the quality and consistency of our PR descriptions.
The text was updated successfully, but these errors were encountered:
Hi,
So if I understand this correctly, you'd like to be able to opt into overwriting the current PR description.
Sounds like an interesting feature, will look into it but feel free to contribute it instead if you want.
Allow users to run the action and overwrite the PR description
even if one already exists.
This will allow for the description to remain consistent with the
PR changes and not require for the users to manually clear out the
PR description in order to get the Action to run.
Requested and fixes#5
@kalivaraprasad-gonapa-drishyaai please try out the latest release of the Action and let me know if it's what you wanted. 👍
You should set the overwrite_description input to true.
Description:
Currently, our GitHub Action skips execution if a pull request description is already populated. However, we want the action to enhance or verify the description in all cases, ensuring no PR bypasses our review standards unintentionally.
Request:
Please modify the workflow to run the action consistently, regardless of existing content in the PR description. This will help maintain thorough reviews and improve the quality and consistency of our PR descriptions.
The text was updated successfully, but these errors were encountered: