Skip to content

svelte: Trim whitespace in trusted publisher form - #14624

Merged
Turbo87 merged 1 commit into
rust-lang:mainfrom
Turbo87:trustpub-whitespace
Sep 9, 2026
Merged

svelte: Trim whitespace in trusted publisher form#14624
Turbo87 merged 1 commit into
rust-lang:mainfrom
Turbo87:trustpub-whitespace

Conversation

@Turbo87

@Turbo87 Turbo87 commented Sep 9, 2026

Copy link
Copy Markdown
Member

Accidental leading or trailing whitespace in a workflow filename can produce a configuration that fails during publishing. The form now trims all text fields on blur and before validation for both GitHub and GitLab. Repository links and workflow verification also use trimmed values.

Related

Accidental leading or trailing whitespace in a workflow filename can produce a configuration that fails during publishing. The form now trims all text fields on blur and before validation for both GitHub and GitLab. Repository links and workflow verification also use trimmed values.
@Turbo87 Turbo87 added the C-bug 🐞 Category: unintended, undesired behavior label Sep 9, 2026
@Turbo87
Turbo87 requested a review from a team September 9, 2026 12:40
@Turbo87
Turbo87 merged commit 397023f into rust-lang:main Sep 9, 2026
13 checks passed
@Turbo87
Turbo87 deleted the trustpub-whitespace branch September 9, 2026 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-frontend 🐹 A-svelte C-bug 🐞 Category: unintended, undesired behavior

Projects

None yet

Development

Successfully merging this pull request may close these issues.

a space in the workflow filename stops publishing

3 participants