-
-
Notifications
You must be signed in to change notification settings - Fork 60
cherry_picker 1.3.1 breaks miss islington #320
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
Comments
GitMate.io thinks possibly related issues are #257 (🤖 miss-islington Heroku app errors), python/miss-islington#7 (Trigger the backport by leaving comments to miss-islington), #121 (Missed code style in cherry_picker/readme.rst), #63 (cherry_picker needs Python 3.6), and #56 (cherry_picker.py requires Python 3.6). |
So #315 wasn't enough? Feel free to ping me with new info since it's probably my change that caused the regression. |
I am hitting this issue using
Clearing that section from the local config gets around the issue. Reverting to |
@samdoran I'm pretty sure that the issue has been created by |
@Mariatta @JulienPalard @samdoran @asvetlov it turned out that the dists on PyPI (both wheel and tarball) contain an outdated version of the source code prior to #315 which is why I'll try to track down how this happened now. |
Thanks! |
So the tag points to the branch which doesn't have the relevant commit there: https://github.com/python/core-workflow/releases/tag/cherry-picker-v1.3.1 It points to a commit in the release PR https://github.com/python/core-workflow/pull/317/commits (5e60b22).
As you can see that PR's branch derives from 9cf0ac1 which doesn't yet have the bugfix. |
@Mariatta the only fix here is to cut the new release. Just make sure to merge everything before creating a branch for that. |
Sorry for the delay and the trouble. v1.3.2 has just been released to fix this. Thanks. |
See python/miss-islington#219
I reverted cherry_picker to 1.2.2 and the "bug" dissapeared. @ewdurbin did not found nothing in the logs, and myself has not really investigated the issue more than checking if reverting fixes it.
The text was updated successfully, but these errors were encountered: