Conversation
Cover the new flag surface end to end against a real GitHub repo: issue type set/remove on create and edit, parent set/remove on create and edit, sub-issue add/remove (including the silent take-over of an existing parent), blocked-by/blocking add/remove on create and edit, list filtering by type, and the new non-tty view fields. Live in a dedicated TestIssues2_0 suite so they're easy to run in isolation.
babakks
approved these changes
May 26, 2026
Signed-off-by: Babak K. Shandiz <babakks@github.com>
Member
|
We just fixed an async problem and pushed a |
BagToad
merged commit Jun 4, 2026
ee99577
into
kw/issues-2.0-overwrite-parent-on-add-sub-issue
7 of 8 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
End-to-end coverage for the new flag surface, in a dedicated
TestIssues2_0suite underacceptance/testdata/issues-2.0/:issue-create-and-edit-issue-type.txtar:--typeon create + edit,--remove-typeon editissue-create-and-edit-parent.txtar:--parenton create + edit,--remove-parenton editissue-edit-sub-issues.txtar:--add-sub-issue(including the silent take-over of an existing parent from Overwrite existing parent ongh issue edit --add-sub-issue#13413) +--remove-sub-issueissue-create-and-edit-relationships.txtar:--blocked-by/--blockingon create, add/remove on editissue-list-filter-by-type.txtar:gh issue list --type Bugissue-view-issues-2.0-fields.txtar: non-tty view shows the new Issues 2.0 fieldsAll six tests pass against
gh-acceptance-testingon github.com (~17s parallel).Stacked on top of #13413.