Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure Consistent PR Review Process Regardless of Description Content #5

Closed
kalivaraprasad-gonapa-drishyaai opened this issue May 21, 2024 · 2 comments

Comments

@kalivaraprasad-gonapa-drishyaai

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.

@platisd
Copy link
Owner

platisd commented May 21, 2024

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.

platisd added a commit that referenced this issue May 21, 2024
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
@platisd
Copy link
Owner

platisd commented May 21, 2024

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants