Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cherry_picker/cherry_picker.py
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ class state:
"Valid states are: "
f'{", ".join(s.name for s in self.ALLOWED_STATES)}. '
"If this looks suspicious, raise an issue at "
"https://github.com/python/core-workflow/issues/new.\n"
"https://github.com/python/cherry-picker/issues/new.\n"
"As the last resort you can reset the runtime state "
"stored in Git config using the following command: "
"`git config --local --remove-section cherry-picker`"
Expand Down
2 changes: 1 addition & 1 deletion cherry_picker/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ class tested_state:
r"Valid states are: "
r"[\w_\s]+(, [\w_\s]+)*\. "
r"If this looks suspicious, raise an issue at "
r"https://github.com/python/core-workflow/issues/new\."
r"https://github.com/python/cherry-picker/issues/new\."
"\n"
r"As the last resort you can reset the runtime state "
r"stored in Git config using the following command: "
Expand Down