fix: validate owner/repo split in create-issue form #47
Reference in New Issue
Block a user
Delete Branch "fix/create-issue-validation-rebase"
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?
Rebased replacement for #44.
Validates the
owner/reposplit in the create-issue form handler before attempting to use the parts, returning a clear error instead of a panic or misleading failure.Rebased on top of master after merging #42, #43, and #45.