K-Phoen / semver-release-action

GitHub Action to automatically create SemVer compliant releases based on PR labels.
MIT License
85 stars 38 forks source link

When a pull request is reopened, the action gets messy #29

Open cbrwizard opened 4 years ago

cbrwizard commented 4 years ago

Eg check this pr https://github.com/cbrwizard/cbrwizard.com/pull/47

To reproduce:

  1. Open a pr
  2. Close it without merging
  3. Reopen it (or even worse: open a new pull request for the same branch).

It results in failing checks being displayed for the pr. How can we fix this?