-
Notifications
You must be signed in to change notification settings - Fork 3k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
I have an AI creating a pull request and assigning Copilot as a reviewer. It only works 50% of the time
Affected version
Latest as of today.
Steps to reproduce the behaviour
With Junie and the guidelines
### Git
1. All changes must be staged and commited with a descriptive commit message and then pushed to origin's develop branch
2. All changes must be pushed to the remote repository called origin and pushed to their own feature branch if an existing feature branch does not exist.
3. All feature branches must have a pull request created against the develop branch.
4. All pull requests must be assigned to that-guy-iain and copilot to be reviewed before merging.
5. All pull requests must have a descriptive title and description explaining the changes made.
6. All git commands should use the ssh command that uses the ed2551 key if it exists. If it doesn't exist just use the standard ssh command.
Expected vs actual behavior
Actual:
github/assign_copilot_to_issue
{
"owner"="that-guy-iain"
"repo"="dev-speak"
"issueNumber"=8
}
The attempt to assign copilot as a reviewer for the pull request failed due to an unresolved issue ID. Consequently, the review process cannot proceed until the issue is addressed.
Expected:
Copilot reviews a PR.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working