Skip to content

Validation to detect duplicate step names in resumable jobs#1281

Open
brandur wants to merge 1 commit into
masterfrom
brandur-unique-step-names
Open

Validation to detect duplicate step names in resumable jobs#1281
brandur wants to merge 1 commit into
masterfrom
brandur-unique-step-names

Conversation

@brandur

@brandur brandur commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

Follows up #1226 to tighten things up a little with a validation. If a
user accidentally puts in duplicate step names, detect this problem and
return an error. A duplicate step name represents a step that can never
be resumed from, so it makes sense to find out about this sooner rather
than later.

Follows up #1226 to tighten things up a little with a validation. If a
user accidentally puts in duplicate step names, detect this problem and
return an error. A duplicate step name represents a step that can never
be resumed from, so it makes sense to find out about this sooner rather
than later.
@brandur brandur force-pushed the brandur-unique-step-names branch from bc24956 to 39c4f1f Compare June 10, 2026 18:05
@brandur brandur requested a review from bgentry June 10, 2026 18:09
@bgentry

bgentry commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

@codex review

@bgentry bgentry left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, up to you if you want to wait for Codex review ✌️

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. More of your lovely PRs please.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants