Skip to content

Conversation

@roggenkemper
Copy link
Member

this pr adds the check for in_upcoming_release so that we don't hit the NotImplemented, will mimic the behavior of in_next_release for now.

@roggenkemper roggenkemper marked this pull request as ready for review September 3, 2024 17:39
@roggenkemper roggenkemper requested a review from a team as a code owner September 3, 2024 17:39
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Sep 3, 2024
@roggenkemper roggenkemper requested a review from a team September 3, 2024 17:40
# reason the semver/date checks fail (which should not happen!)
if res_type in (None, cls.Type.in_next_release):
# todo(roggenkemper): remove upcoming_release check after we know that no group resolutions have it
if res_type in (None, cls.Type.in_next_release, cls.Type.in_upcoming_release):
Copy link
Member

Choose a reason for hiding this comment

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

is there any test we can add for this (as a follow up).

@roggenkemper roggenkemper merged commit 01b0e16 into master Sep 3, 2024
@roggenkemper roggenkemper deleted the roggenkemper/addtypetogroupres branch September 3, 2024 18:18
@github-actions github-actions bot locked and limited conversation to collaborators Sep 19, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Scope: Backend Automatically applied to PRs that change backend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants