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 to overwrite GitHub comment instead of creating a new one #383

Open
joshua-lehmann opened this issue Dec 4, 2023 · 1 comment
Open

Comments

@joshua-lehmann
Copy link

Issue:
If you create a pull request with the default action azure/webapps-deploy@v2 it will deploy and post a comment like this to the PR:
image

Every time you push, there will be a new comment added, meaning if you push 10 times you will get 10 comments all looking the same.

Expected/Wanted Behaviour:
Allow to set an input parameter like overwriteComment which can be set to true/false and if set to true the previous comment should be replaced.
An alternative solution could be that you create a disableComment input and let the user handle the comment by himself by providing the webapp URL as action output and then using other GitHub actions or the API t.

Copy link

This issue is idle because it has been open for 14 days with no activity.

@github-actions github-actions bot added the idle label Dec 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant