omgnetwork / elixir-omg

OMG-Network repository of Watcher and Watcher Info
https://omg.network
Apache License 2.0
213 stars 59 forks source link

fix: recheck PR label on synchronize and reopen #1748

Closed unnawut closed 4 years ago

unnawut commented 4 years ago

Overview

Fixes the issue where the label checker blocks the build from passing because all the build statuses are reset on a PR push and the label checker didn't get re-triggered.

Changes

Testing

  1. Create a PR
  2. Label the PR with a supported label, e.g. chore
  3. The enforce-changelog-label job should run and pass
  4. Push a new commit to the PR
  5. The enforce-changelog-label job should rerun and pass
unnawut commented 4 years ago

Waiting for feefeed change to merge, then revert https://github.com/omgnetwork/elixir-omg/pull/1748/commits/a35fc90e8911c41b67aec76821ff73605b1885e5, then merge this PR