Make mr-iid optional: auto-select single MR or prompt interactively#332
Merged
Make mr-iid optional: auto-select single MR or prompt interactively#332
Conversation
Co-authored-by: mglaman <3698644+mglaman@users.noreply.github.com> Agent-Logs-Url: https://github.com/mglaman/drupalorg-cli/sessions/dbee614d-7c46-457f-be68-7bc9979c9b16
Copilot
AI
changed the title
[WIP] Make mr-iid optional and improve user experience
Make mr-iid optional: auto-select single MR or prompt interactively
Mar 24, 2026
mglaman
approved these changes
Mar 25, 2026
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.
mr:diff,mr:files,mr:status, andmr:logsall requiremr-iidas a positional argument, which is redundant noise when an issue has only one open MR.Changes
MrCommandBase::initialize()— whenmr-iidis omitted on the NID path, callsListMergeRequestsActionto fetch open MRs and applies the following logic:RuntimeExceptionwith clear messageAuto-selected MR !N: title!iid — titleto stderr, throws asking user to specifyChoiceQuestionon!iid — title(same pattern asissue:checkout)MrCommandBaseTest— verifies bothnidandmr-iidarguments remainOPTIONAL.Example
Original prompt
📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.