著者検索に Copilot が作成したプルリクエストが追加されました
GitHub は、ユーザーの代わりに Copilot クラウドエージェントが開いたプルリクエストも「著者」検索結果に表示する機能を、GitHub.com の UI と GitHub Mobile に導入しました。これにより、ユーザーは直接作成したものと同様に、Copilot が作成したすべてのプルリクエストを単一のクエリで管理できるようになります。
著者:を使用してプルリクエストを検索すると、ユーザーの代わりに Copilot クラウドエージェントによって開かれたプルリクエストも表示されます。例えば、github.com/pulls で author:@me を使用して検索すると、ご自身のプルリクエストと、あなたの指示で Copilot が開いたすべてのプルリクエストが返されます。単一のクエリで、直接作成したものでも Coplot クラウドエージェントを介して作成したものでも、自分が著者となったすべてのプルリクエストを簡単に閲覧および管理できます。
現在、この変更は github.com の UI と GitHub Mobile に適用されています。7 月 16 日には、REST API および GraphQL API にも本変更を展開します。
何が変わるか
任意のプルリクエスト検索で author:[ユーザー名] または author:@me を使用すると、人間が作成したプルリクエストと Copilot が作成したプルリクエストがまとめて返されます。
github.com/pulls の「自分が作成したもの」ビューなど、デフォルトのプルリクエストクエリおよびビューでは、リストに自動的に Copilot による著者名のついたプルリクエストが含まれるようになります。
すべてのプルリクエストを返すために複数の検索や複雑なクエリを使用する必要はなくなります。
新しいグローバルプルリクエストダッシュボードでは、ユーザー名が「Copilot」としての著者属性を持つようになり、単に Copilot だけでなく、人間と Copilot の両方が著者として扱われます。同様の改修は、今後プラットフォーム全体で順次展開されていきます。
本記事「著者:検索に Copilot が作成したプルリクエストが追加されました」は、最初に The GitHub Blog で公開されました。
原文を表示
Searching for pull requests using author: now shows pull requests opened by Copilot cloud agent on the user’s behalf. For example, searching with author:@me on github.com/pulls will return your own pull requests and any pull requests Copilot opened at your direction. With a single query, you can easily view and manage all the pull requests you authored, whether you authored them directly or with Copilot cloud agent.
Currently, this change applies to the github.com UI and GitHub Mobile. On July 16, we will also roll out this change to the REST API and GraphQL API.
What’s changing
Using author:[username] or author:@me in any pull request search returns human-authored and Copilot-authored pull requests together.
Default pull request queries and views, like the Created by me view on github.com/pulls, will automatically include Copilot-authored pull requests in the list.
You no longer need to use multiple searches or complex queries to return all of the pull requests a user is responsible for.
The new global pull requests dashboard attributes username with Copilot as the author of pull requests, not only Copilot. Similar changes will continue to roll out across the platform over time.
The post Copilot-authored pull requests now included in author searches appeared first on The GitHub Blog.
関連記事
今日のまとめ
AI日報で今日の重要ニュースをまとめ読み