-
Notifications
You must be signed in to change notification settings - Fork 8.8k
Copilot is assignable to issues and pull requests with issue edit and pr edit
#10992
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
8ebbd1d
feat(fd): add ActorIsAssignable to IssueFeatures
BagToad 38e52db
feat(issue edit): fetch currently assigned actors
BagToad ee9d169
feat(issue edit): fetch assignable actors
BagToad 0efdfed
feat(issue edit): support assigning actors to issues
BagToad e0afc91
chore(issue edit): comments cleanup
BagToad 218152f
fix(issue edit): resolve race condition in actor assignment
BagToad 29241cb
refactor(issue edit): improve actor type handling
BagToad 73e5589
doc(issue): comment why assignable actors disabled
BagToad cff2fa7
doc(repo queries): clarify reviewer actor fetching logic
BagToad 3579282
refactor(issue edit): rename AssignedActors to ActorAssignees
BagToad 3bed778
refactor(issue edit): rename loop variable for clarity
BagToad 261297f
refactor(issue edit): add assignedActors to lookupFields
BagToad 21bd797
fix(issue edit): use double quotes for assignedActors
BagToad 1e5c3c7
fix(issue edit): revert rename of ActorAssignees
BagToad dfd6007
refactor(api): rename assignable user types and methods
BagToad 712eeab
doc(api): remove needless comment
BagToad 08cd1dc
feat(issue edit): replacing actor assignee is done synchronously with…
BagToad 5dc854c
doc(issue edit): clarify synchronous handling of assignees
BagToad 71f22d8
feat(pr edit): fetch assigned actors
BagToad d4832ba
feat(pr edit): fetch assignable actors
BagToad eace1e8
feat(editable): update assigned actors to use display names
BagToad da40e08
doc(api): code comment typo
BagToad ea85b92
refactor(api): remove needless parenthesis
BagToad bcd47f1
fix(api): correct var name capitalization
BagToad 999ffbd
Merge pull request #10960 from cli/kw/gh-cli-901-910-assign-actors-to…
BagToad 0db7ae8
refactor(api): remove needless parenthesis
BagToad 6162a7c
fix(api): correct var name capitalization
BagToad f559068
feat(pr edit): fetch assigned actors
BagToad d72018d
feat(pr edit): fetch assignable actors
BagToad a03c9ce
Merge branch 'kw/gh-cli-epic-900-actors-are-assignable' into kw/gh-cl…
BagToad 54f48cf
fix(pr edit): remove merge conflict artifact, extra detector
BagToad 9a5ea87
fix(issues): fix non-interactive assignee matching to logins&IDs
BagToad 52b6ebf
doc(pr edit): Add comments describing the use of DefaultLogins
BagToad 51b1e6c
Merge branch 'kw/gh-cli-909-911-assign-actors-to-prs' into kw/gh-cli-…
BagToad 375c6cd
feat(issue/pr edit): support @copilot in assignee flags
BagToad f6bb1ca
refactor(pr edit): move httpclient initialization
BagToad ec7c8ed
test(pr edit): fix typo in test name
BagToad 981da86
doc(pr edit): condense comment for reviewer/user filtering
BagToad 8bd77c0
fix(pr edit): clarify error messages for assignee actors and users
BagToad 98b289d
Merge pull request #10984 from cli/kw/gh-cli-909-911-assign-actors-to…
BagToad a22a1bb
test(editable): prompts use assignee display names
BagToad c5f2d7b
doc(editable): remove needless comment
BagToad 871671b
fix(params): remove needless err return
BagToad debf0bb
test(params): enhance Copilot replacer tests for edge cases
BagToad 532aa1c
doc(issue/pr edit): doc `@copilot` assignee
BagToad 475163a
Merge pull request #10990 from cli/kw/gh-cli-916-special-actor-assign…
BagToad 748afb6
doc(issue/pr edit): clarify @copilot usage
BagToad 3a8cdda
Merge pull request #10991 from cli/kw/gh-cli-917-special-actor-assign…
BagToad a28e2d8
refactor(api): use constant for Copilot login
BagToad d932934
Merge branch 'trunk' into kw/gh-cli-epic-900-actors-are-assignable
BagToad 6f19060
doc(params): incorrect func name in comment
BagToad 53d0d5d
fix(editable): include DefaultLogins in EditableAssignees clone
BagToad e0f3f0f
refactor(api): change CopilotActorLogin to constant
BagToad 0788a01
refactor(api): inline struct definitions in RepoAssignableActors
BagToad File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix(params): remove needless err return
- Loading branch information
commit 871671be526e7b3e40f90a5a562a5eb75136f0a6
There are no files selected for viewing
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.