-
Notifications
You must be signed in to change notification settings - Fork 118
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
ci: workaround for a bug in the github API #371
Conversation
See mislav/hub#1817 Editing a release draft using the API causes the draft to become untagged. Also add logic to delete the tag and recreate it if it already exists. Signed-off-by: Harikrishnan Balagopal <harikrishmenon@gmail.com>
Thanks for making a pull request! 😃 |
Signed-off-by: Harikrishnan Balagopal <harikrishmenon@gmail.com>
Signed-off-by: Harikrishnan Balagopal <harikrishmenon@gmail.com>
Codecov Report
@@ Coverage Diff @@
## main #371 +/- ##
=======================================
Coverage 24.15% 24.15%
=======================================
Files 71 71
Lines 4549 4549
=======================================
Hits 1099 1099
Misses 3346 3346
Partials 104 104 Continue to review full report at Codecov.
|
Signed-off-by: Harikrishnan Balagopal <harikrishmenon@gmail.com>
see konveyor/move2kube#371 for details Signed-off-by: Harikrishnan Balagopal <harikrishmenon@gmail.com>
see konveyor/move2kube#371 for details Signed-off-by: Harikrishnan Balagopal <harikrishmenon@gmail.com>
see konveyor/move2kube#371 for details Signed-off-by: Harikrishnan Balagopal <harikrishmenon@gmail.com>
Signed-off-by: Harikrishnan Balagopal <harikrishmenon@gmail.com>
see konveyor/move2kube#371 for details Signed-off-by: Harikrishnan Balagopal <harikrishmenon@gmail.com>
See mislav/hub#1817
Editing a release draft using the API causes
the draft to become untagged.
Also add logic to delete the tag and recreate
it if it already exists.
Signed-off-by: Harikrishnan Balagopal harikrishmenon@gmail.com