mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-08 23:02:40 -05:00
[BUG] Syncing config breaks my config because of regex in procedure #584
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lukasgierth on GitHub (Sep 18, 2025).
Komodo rewrites it like that in double quotes and then it breaks the regex. When i manually change it to use single quotes around the regex and push it to komodo, komodo will break it again the next time i change something different in the UI and commit that...
Happened two times now, maybe we should to default single quotes here?
Edit: Would also be a great feature to filter by tags here! Then i could just tag all that i wanna match 👍