-
Notifications
You must be signed in to change notification settings - Fork 401
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: versioned change request change sets #4301
feat: versioned change request change sets #4301
Conversation
# Conflicts: # frontend/common/services/useFeatureVersion.ts # frontend/common/types/requests.ts
…int' into chore/use-combined-version-endpoint
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 3 Skipped Deployments
|
|
|
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've tested this manually via staging (as that's where the API code is currently) and all looks good to me.
I've added a couple of minor comments on certain aspects of the code, but nothing major.
…ange-sets' into feat/versioned-change-request-change-sets
Thanks for submitting a PR! Please check the boxes below:
pre-commit
to check lintingdocs/
if required so people know about the feature!Changes
Adjusts the way change requests are created in order to prevent versioned change requests from overwriting each other.
How did you test this code?