rossjrw / pr-preview-action

GitHub Action that deploys a pull request preview to GitHub Pages, similar to Vercel and Netlify, and cleans up after itself.
https://github.com/marketplace/actions/deploy-pr-preview
MIT License
267 stars 43 forks source link

Do not create a new comment on removal #7

Open rossjrw opened 2 years ago

rossjrw commented 2 years ago

A comment should only be created when deploying a new preview. When that preview is removed, that comment should be edited, but it should not be created if it does not already exist.

This hasn't actually happened yet, but it will.