fix #3560 Commit.branch has been set to the BaseRef value in PRs for the linked forges, which equals the target branch. This then lead to a successful match with the default branch name in the when...
# - On: Enable blinking by default # - Always: Force the cursor to always blink blinking: "On" # Vi mode cursor style # # If the vi mode cursor style is `None` or not specified, it will fall back # to the style of the active value of the normal cursor. # # See `cursor.styl...
Expand Up @@ -11,10 +11,11 @@ def get_redis_connection(alias="default", write=True): cache = caches[alias] error_message = "This backend does not support this feature" if not hasattr(cache, "client"): raise NotImplementedError("This backend does not support this feature") raise NotImp...