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

Allow users to opt-in for existing PR description overwrite #6

Merged
merged 1 commit into from
May 21, 2024

Conversation

platisd
Copy link
Owner

@platisd platisd commented May 21, 2024

Introduces the option for users to opt-in for overwriting existing pull request descriptions. By setting the overwrite_description input to true, users can now allow the GitHub Action to update the PR description even if one already exists.

This change provides more flexibility and control to users, enabling them to customize the behavior of the Action based on their preferences. It ensures that meaningful pull request descriptions can be generated or updated as needed, without the restriction of only running when no description is present.

Overall, this enhancement offers a convenient way for users to manage and improve their PR descriptions efficiently.

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 platisd force-pushed the opt_in_to_overwrite_description branch from 1d00f8d to 96f5b05 Compare May 21, 2024 13:42
@platisd platisd merged commit ae92349 into master May 21, 2024
2 checks passed
@platisd platisd deleted the opt_in_to_overwrite_description branch May 21, 2024 13:43
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

Successfully merging this pull request may close these issues.

None yet

1 participant