harvester / bot

Apache License 2.0
0 stars 8 forks source link

Fix release is automatically associated when a backport issue is created. #9

Closed chrisho closed 2 years ago

chrisho commented 2 years ago

Problem: Release is not automatically associated when a backport issue is created.

Solution: fix err return empty string modify backport title display big version

Related Issue: https://github.com/harvester/harvester/issues/2385

Test plan:

  1. Create an issue or binding an existing issue with a backport label.
  2. When an issue is created successfully or a backport label has been bound, an issue of type backport is automatically created.
  3. View the backport issue title version and release

Note: a new issue will not be created if the milestone in the label is the same.