-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Describe the change
Get failing tests as messages to the PR and see if we can @ mention copilot.
Test failed
➜ @((Get-GitHubOrganization), (Get-GitHubUser)) | Get-GitHubRepository | Select-Object Name, Owner, Visibility, Forks, OpenIssues, OpenPullRequests
Get-GitHubRepository: The input object cannot be bound to any parameters for the command either because the command does not take pipeline input or the input and its properties do not match any of the parameters that take pipeline input.
Message to copilot in the PR
**@copilot** Please evaluate what has happened with the test:
```
➜ @((Get-GitHubOrganization), (Get-GitHubUser)) | Get-GitHubRepository | Select-Object Name, Owner, Visibility, Forks, OpenIssues, OpenPullRequests
Get-GitHubRepository: The input object cannot be bound to any parameters for the command either because the command does not take pipeline input or the input and its properties do not match any of the parameters that take pipeline input.
```
Metadata
Metadata
Assignees
Labels
No labels