Skip to content

Commit 868b6ba

Browse files
Give better instructions for "I had trouble checking out..." (#585)
In my experience, removing and re-adding the label almost always works. Ideally we'd fix Miss Islington so this error doesn't happen, but in the meantime let's point people to the easiest workaround.
1 parent be7cbdd commit 868b6ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

miss_islington/tasks.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ async def backport_task_asyncio(
113113
gh,
114114
issue_number,
115115
f"""Sorry {util.get_participants(created_by, merged_by)}, I had trouble checking out the `{branch}` backport branch.
116-
Please backport using [cherry_picker](https://pypi.org/project/cherry-picker/) on command line.
116+
Please retry by removing and re-adding the "needs backport to {branch}" label.
117+
Alternatively, you can backport using [cherry_picker](https://pypi.org/project/cherry-picker/) on the command line.
117118
```
118119
cherry_picker {commit_hash} {branch}
119120
```

0 commit comments

Comments
 (0)