{"meta":{"title":"リポジトリを検索する","intro":"GitHubでリポジトリを検索し、これらのリポジトリ検索修飾子を任意の組み合わせで使用して結果を絞り込むことができます。","product":"GitHubで検索する","breadcrumbs":[{"href":"/ja/search-github","title":"GitHubで検索する"},{"href":"/ja/search-github/searching-on-github","title":"GitHubでの検索"},{"href":"/ja/search-github/searching-on-github/searching-for-repositories","title":"リポジトリを検索する"}],"documentType":"article"},"body":"# リポジトリを検索する\n\nGitHubでリポジトリを検索し、これらのリポジトリ検索修飾子を任意の組み合わせで使用して結果を絞り込むことができます。\n\nGitHub全体でリポジトリをグローバルに検索したり、特定の組織内のリポジトリを検索したりできます。 詳しくは、「[GitHubでの検索について](/ja/search-github/getting-started-with-searching-on-github/about-searching-on-github)」をご覧ください。\n\n検索結果にフォークを含めるには、クエリに `fork:true` または `fork:only` を追加する必要があります。 詳しくは、「[フォーク内を検索する](/ja/search-github/searching-on-github/searching-in-forks)」をご覧ください。\n\n> \\[!TIP]\n>\n> * この記事には、GitHub.com の Web サイトでの検索例へのリンクが含まれていますが、同じ検索フィルターはあらゆる GitHub プラットフォームで使えます。 リンクされている検索例で、`github.com` を GitHub プラットフォームのホスト名に置き換えてください。\n> * 検索結果をさらに改善するために検索修飾子を追加できる検索構文の一覧については、「[検索構文を理解する](/ja/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax)」を参照してください。\n> * 複数単語の検索用語は引用符で囲みます。 たとえば \"In progress\" というラベルの問題を検索したい場合は、`label:\"in progress\"` と検索します。 検索では、大文字と小文字は区別されません。\n\n## リポジトリ名、説明、または README ファイルの内容で検索\n\n`in` 修飾子によって、リポジトリ名、リポジトリの説明、リポジトリのトピック、README ファイルの内容や、これらの組み合わせに限定した検索ができます。 この修飾子を省略した場合は、リポジトリの名前、説明、トピックだけが検索されます。\n\n| 修飾子                                                                                                                                                     | 例 |\n| ------------------------------------------------------------------------------------------------------------------------------------------------------- | - |\n| `in:name`                                                                                                                                               |   |\n| \\[                                                                                                                                                      |   |\n| **jquery in:name**]\\(<https://github.com/search?q=jquery+in%3Aname&type=Repositories>) は、リポジトリ名に「jquery」を含むリポジトリとマッチします。                                |   |\n| `in:description`                                                                                                                                        |   |\n| \\[                                                                                                                                                      |   |\n| **jquery in:name,description**]\\(<https://github.com/search?q=jquery+in%3Aname%2Cdescription&type=Repositories>) は、リポジトリ名または説明に「jquery」を含むリポジトリとマッチします。 |   |\n| `in:topics`                                                                                                                                             |   |\n| \\[                                                                                                                                                      |   |\n| **jquery in:topics**]\\(<https://github.com/search?q=jquery+in%3Atopics&type=Repositories>) は、トピックとして \"jquery\" というラベルが付いているリポジトリとマッチします。                 |   |\n| `in:readme`                                                                                                                                             |   |\n| \\[                                                                                                                                                      |   |\n| **jquery in:readme**]\\(<https://github.com/search?q=jquery+in%3Areadme&type=Repositories>) は、リポジトリの README ファイル内で「jquery」について言及するリポジトリとマッチします。          |   |\n| `repo:owner/name`                                                                                                                                       |   |\n| \\[                                                                                                                                                      |   |\n| **repo:octocat/hello-world**]\\(<https://github.com/search?q=repo%3Aoctocat%2Fhello-world>) は、特定のリポジトリ名とマッチします。                                          |   |\n\n## リポジトリの内容で検索\n\n`in:readme` 修飾子を使用すると、リポジトリの README ファイルの内容に基づいてリポジトリを検索できます。 詳しくは、「[リポジトリの README ファイルについて](/ja/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes)」をご覧ください。\n\nリポジトリ内の特定の内容を検索するには `in:readme` を使用する以外の方法はありません。 リポジトリ内の特定のファイルや内容を検索するには、ファイルファインダー、またはコード固有の検索修飾子を使います。 詳細については、 [GitHubでのファイルの検索](/ja/search-github/searching-on-github/finding-files-on-github) と [GitHubのコード検索構文を理解する](/ja/search-github/github-code-search/understanding-github-code-search-syntax)を参照してください。\n\n| 修飾子                                                                                                                                               | 例 |\n| ------------------------------------------------------------------------------------------------------------------------------------------------- | - |\n| `in:readme`                                                                                                                                       |   |\n| \\[                                                                                                                                                |   |\n| **octocat in:readme**]\\(<https://github.com/search?q=octocat+in%3Areadme&type=Repositories>) は、リポジトリの README ファイル内で「octocat」について言及するリポジトリとマッチします。 |   |\n\n## ユーザまたは Organization のリポジトリ内の検索\n\n特定のユーザーまたは organization が所有するすべてのリポジトリを検索するには、`user` または `org` 修飾子を使用できます。\n\n| 修飾子                                                                                                                                                         | 例 |\n| ----------------------------------------------------------------------------------------------------------------------------------------------------------- | - |\n| <code>user:<em>USERNAME</em></code>                                                                                                                         |   |\n| \\[                                                                                                                                                          |   |\n| **user:defunkt forks:>100**]\\(<https://github.com/search?q=user%3Adefunkt+forks%3A%3E%3D100&type=Repositories>) は、フォークの数が 100 個を超える @defunkt のリポジトリとマッチします。 |   |\n| <code>org:<em>ORGNAME</em></code>                                                                                                                           |   |\n| \\[                                                                                                                                                          |   |\n| **org:github**]\\(<https://github.com/search?utf8=%E2%9C%93&q=org%3Agithub&type=Repositories>) はGitHubのリポジトリと一致します。                                          |   |\n\n## リポジトリのサイズで検索\n\n`size` 修飾子は、より大きい修飾子、より小さい修飾子、範囲の修飾子を使うことで、特定のサイズ (キロバイト) に合致するリポジトリを検索します。 詳しくは、「[検索構文を理解する](/ja/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax)」をご覧ください。\n\n| 修飾子                                                                                                                  | 例 |\n| -------------------------------------------------------------------------------------------------------------------- | - |\n| <code>size:<em>n</em></code>                                                                                         |   |\n| \\[                                                                                                                   |   |\n| **size:1000**]\\(<https://github.com/search?q=size%3A1000&type=Repositories>) は、ぴったり 1 MB のリポジトリとマッチします。              |   |\n| <code>size:><em>n</em></code>                                                                                        |   |\n| \\[                                                                                                                   |   |\n| **size:>=30000**]\\(<https://github.com/search?q=size%3A%3E%3D30000&type=Repositories>) は、30 MB 以上のリポジトリとマッチします。      |   |\n| <code>size:<<em>n</em></code>                                                                                        |   |\n| \\[                                                                                                                   |   |\n| **size:<50**]\\(<https://github.com/search?q=size%3A%3C50&type=Repositories>) は、50 KB 未満のリポジトリとマッチします。                |   |\n| <code>size:<em>n..n</em></code>                                                                                      |   |\n| \\[                                                                                                                   |   |\n| **size:50...120**]\\(<https://github.com/search?q=size%3A50..120&type=Repositories>) は、50 KB から 120 KB のリポジトリとマッチします。 |   |\n\n## フォロワーの数の検索\n\nより大きい修飾子、より小さい修飾子、範囲の修飾子とともに `followers` 修飾子を使用すると、リポジトリをフォローしているユーザーの数に基づいてリポジトリをフィルタリングできます。 詳しくは、「[検索構文を理解する](/ja/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax)」をご覧ください。\n\n| 修飾子                                                                                                                                                                                              | 例 |\n| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | - |\n| <code>followers:>=<em>n</em></code>                                                                                                                                                              |   |\n| \\[                                                                                                                                                                                               |   |\n| **node followers:>=10000**]\\(<https://github.com/search?q=node+followers%3A%3E%3D10000>) は、「node」という単語について言及する、10,000 人以上のフォロワーを持つリポジトリとマッチ一致します。                                                |   |\n| <code>followers:<em>n..n</em></code>                                                                                                                                                             |   |\n| \\[                                                                                                                                                                                               |   |\n| **styleguide linter followers:1..10**]\\(<https://github.com/search?q=styleguide+linter+followers%3A1..10&type=Repositories>) は、「styleguide linter」という単語について言及する、1 人から 10 人のフォロワーを持つリポジトリとマッチします。 |   |\n\n## フォークの数で検索\n\n`forks` 修飾子はより大きい修飾子、より小さい修飾子、範囲の修飾子を使って、リポジトリが持つべきフォークの数を指定します。 詳しくは、「[検索構文を理解する](/ja/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax)」をご覧ください。\n\n| 修飾子                                                                                                                    | 例 |\n| ---------------------------------------------------------------------------------------------------------------------- | - |\n| <code>forks:<em>n</em></code>                                                                                          |   |\n| \\[                                                                                                                     |   |\n| **forks:5**]\\(<https://github.com/search?q=forks%3A5&type=Repositories>) は、フォークの数が 5 個のみのリポジトリとマッチします。                 |   |\n| <code>forks:><em>n</em></code>                                                                                         |   |\n| \\[                                                                                                                     |   |\n| **forks:>=205**]\\(<https://github.com/search?q=forks%3A%3E%3D205&type=Repositories>) は、フォークの数が 205 個以上のリポジトリとマッチします。   |   |\n| <code>forks:<<em>n</em></code>                                                                                         |   |\n| \\[                                                                                                                     |   |\n| **forks:<=90**]\\(<https://github.com/search?q=forks%3A%3C90&type=Repositories>) は、フォークの数が 90 個未満のリポジトリとマッチします。         |   |\n| <code>forks:<em>n..n</em></code>                                                                                       |   |\n| \\[                                                                                                                     |   |\n| **forks:10..20**]\\(<https://github.com/search?q=forks%3A10..20&type=Repositories>) は、フォークの数が 10 個から 20 個のリポジトリとマッチします。 |   |\n\n## 星の数で検索\n\n不等号や範囲の修飾子を使って、リポジトリの Star の数でリポジトリを検索できます。 詳細については、「[スターを付けてリポジトリをブックマークする](/ja/get-started/exploring-projects-on-github/saving-repositories-with-stars)」および「[検索構文を理解する](/ja/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax)」を参照してください。\n\n| 修飾子                                                                                                                        | 例 |\n| -------------------------------------------------------------------------------------------------------------------------- | - |\n| <code>stars:<em>n</em></code>                                                                                              |   |\n| \\[                                                                                                                         |   |\n| **stars:500**]\\(<https://github.com/search?utf8=%E2%9C%93&q=stars%3A500&type=Repositories>) は、星の数がぴったり 500 個のリポジトリとマッチします。 |   |\n| <code>                                                                                                                     |   |\n| stars:                                                                                                                     |   |\n\n<em>\nn..n\n</em>\n</code>\n<code>\nsize:<\n<em>\nn\n</em>\n</code>\n| \n[\n**stars:10..20 size:<1000**](https://github.com/search?q=stars%3A10..20+size%3A%3C1000&type=Repositories) は、星の数が 10 個から 20 個でサイズが 1000 KB 未満のリポジトリとマッチします。\n| <code>\nstars:>=\n<em>\nn\n</em>\n</code>\n`fork:true`\n<code>\nlanguage:\n<em>\nLANGUAGE\n</em>\n</code>\n| \n[\n**stars:&gt;=500 fork:true language:php**](https://github.com/search?q=stars%3A%3E%3D500+fork%3Atrue+language%3Aphp&type=Repositories) は、PHP で記述された星の数が 500 個以上 (フォークの星を含む) のリポジトリとマッチします。\n\n## リポジトリの作成時期や最終更新時期で検索\n\n作成時期や最終更新時期でリポジトリをフィルタリングできます。 リポジトリの作成時期については、`created` 修飾子を使います。リポジトリの最終更新時期を確認するには、`pushed` 修飾子を使います。\n`pushed` 修飾子は、リポジトリのいずれかのブランチに対する最近のコミット順でソートされた、リポジトリのリストを表示します。\n\n両方とも、パラメータとして日付を受け取ります。\n日付の書式設定は、[ISO8601](http://en.wikipedia.org/wiki/ISO_8601) 標準の `YYYY-MM-DD` (年-月-日) に従う必要があります。\n日付の後にオプションの時刻情報 `THH:MM:SS+00:00` を追加して、時間、分、秒で検索することもできます。 これは、`T` の後に `HH:MM:SS` (時-分-秒)、UTC オフセット (`+00:00`) が続きます。\n\n日付に対して検索を行う場合、結果をさらにフィルタリングするためにより大きい、より小さい、範囲の修飾子を利用できます。 詳しくは、「[検索構文を理解する](/ja/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax)」をご覧ください。\n\n| 修飾子                                                                                                                                                                       | 例 |\n| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | - |\n| <code>created:<<em>YYYY-MM-DD</em></code>                                                                                                                                 |   |\n| \\[                                                                                                                                                                        |   |\n| **webos created:<2011-01-01**]\\(<https://github.com/search?q=webos+created%3A%3C2011-01-01&type=Repositories>) は、2011 年より前に作成された「webos」という単語を含むリポジトリとマッチします。              |   |\n| <code>pushed:><em>YYYY-MM-DD</em></code>                                                                                                                                  |   |\n| \\[                                                                                                                                                                        |   |\n| **css pushed:>2013-02-01**]\\(<https://github.com/search?utf8=%E2%9C%93&q=css+pushed%3A%3E2013-02-01&type=Repositories>) は、2013 年 1 月より後にプッシュされた「css」という単語を含むリポジトリとマッチします。 |   |\n| <code>                                                                                                                                                                    |   |\n| pushed:>=                                                                                                                                                                 |   |\n\n<em>\nYYYY-MM-DD\n</em>\n</code>\n`fork:only`\n| \n[\n**case pushed:&gt;=2013-03-06 fork:only**](https://github.com/search?q=case+pushed%3A%3E%3D2013-03-06+fork%3Aonly&type=Repositories) は、2013 年 3 月 6 日以降にプッシュされ、フォークであり、「case」という単語を含むリポジトリと一致します。\n\n## 言語で検索\n\nリポジトリのコードの言語に基づいてリポジトリを検索できます。\n\n| 修飾子                                                                                                                             | 例 |\n| ------------------------------------------------------------------------------------------------------------------------------- | - |\n| <code>language:<em>LANGUAGE</em></code>                                                                                         |   |\n| \\[                                                                                                                              |   |\n| \\*\\*                                                                                                                            |   |\n| `rails language:javascript`                                                                                                     |   |\n| \\*\\*                                                                                                                            |   |\n| ]\\(<https://github.com/search?q=rails+language%3Ajavascript&type=Repositories>) は、JavaScript で記述された「rails」という単語を含むリポジトリとマッチします。 |   |\n\n## トピックで検索\n\n特定の Topics で分類されたすべてのリポジトリを見つけることができます。 詳しくは、「[トピックでリポジトリを分類する](/ja/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics)」をご覧ください。\n\n| 修飾子                                                                                                                                      | 例 |\n| ---------------------------------------------------------------------------------------------------------------------------------------- | - |\n| <code>topic:<em>TOPIC</em></code>                                                                                                        |   |\n| \\[                                                                                                                                       |   |\n| \\*\\*                                                                                                                                     |   |\n| `topic:jekyll`                                                                                                                           |   |\n| \\*\\*                                                                                                                                     |   |\n| ]\\(<https://github.com/search?utf8=%E2%9C%93&q=topic%3Ajekyll&type=Repositories&ref=searchresults>) は、「Jekyll」というトピックで分類されたリポジトリとマッチします。 |   |\n\n## トピックの数で検索する\n\nより大きい修飾子、より小さい修飾子、範囲の修飾子とともに `topics` 修飾子を使用すると、リポジトリに適用されたトピックの数でリポジトリを検索できます。 詳細については、「[トピックでリポジトリを分類する](/ja/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics)」および「[検索構文を理解する](/ja/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax)」を参照してください。\n\n| 修飾子                                                                                                                                            | 例 |\n| ---------------------------------------------------------------------------------------------------------------------------------------------- | - |\n| <code>topics:<em>n</em></code>                                                                                                                 |   |\n| \\[                                                                                                                                             |   |\n| **topics:5**]\\(<https://github.com/search?utf8=%E2%9C%93&q=topics%3A5&type=Repositories&ref=searchresults>) は、トピックの数が 5 つのリポジトリとマッチします。        |   |\n| <code>topics:><em>n</em></code>                                                                                                                |   |\n| \\[                                                                                                                                             |   |\n| **topics:>3**]\\(<https://github.com/search?utf8=%E2%9C%93&q=topics%3A%3E3&type=Repositories&ref=searchresults>) は、トピックの数が 3 つを超えるリポジトリとマッチします。 |   |\n\n## ライセンスで検索\n\nリポジトリのライセンスの種類に基づいてリポジトリを検索できます。 特定のライセンスまたはライセンスファミリーによってリポジトリをフィルタリングするには、ライセンスキーワードを使う必要があります。 詳しくは、「[リポジトリのライセンス](/ja/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository)」をご覧ください。\n\n| 修飾子                                                                                                                                                                           | 例 |\n| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | - |\n| <code>license:<em>LICENSE\\_KEYWORD</em></code>                                                                                                                                |   |\n| \\[                                                                                                                                                                            |   |\n| **license:apache-2.0**]\\(<https://github.com/search?utf8=%E2%9C%93&q=license%3Aapache-2.0&type=Repositories&ref=searchresults>) は、Apache License 2.0 でライセンスされているリポジトリとマッチします。 |   |\n\n## リポジトリの可視性で検索\n\nリポジトリの可視性に基づいて検索を絞り込むことができます。 詳しくは、「[リポジトリについて](/ja/repositories/creating-and-managing-repositories/about-repositories#about-repository-visibility)」をご覧ください。\n\n| 修飾子                                                                                                                                          | 例 |\n| -------------------------------------------------------------------------------------------------------------------------------------------- | - |\n| `is:public`                                                                                                                                  |   |\n| \\[                                                                                                                                           |   |\n| **is:public org:github**]\\(<https://github.com/search?q=is%3Apublic+org%3Agithub&type=Repositories>) は、 GitHubが所有するパブリック リポジトリと一致します。        |   |\n|                                                                                                                                              |   |\n| `is:private`                                                                                                                                 |   |\n| \\[                                                                                                                                           |   |\n| **is:private pages**]\\(<https://github.com/search?q=is%3Aprivate+pages&type=Repositories>) は、アクセス可能で、\"pages\" という単語が含まれているプライベート リポジトリと一致します。 |   |\n\n## リポジトリのカスタム プロパティに基づく検索\n\n`props.` 接頭辞修飾子を使用して、リポジトリをカスタム プロパティに基づいてフィルター処理できます。 詳しくは、「[Organization 内リポジトリのカスタム プロパティの管理](/ja/organizations/managing-organization-settings/managing-custom-properties-for-repositories-in-your-organization)」をご覧ください。\n\nこれらの修飾子を機能させるには、検索を 1 つの組織に限定する必要があります。 それ以外の場合、`props.` 修飾子は無視されます。\n\n| 修飾子                                                                                                                                                                                                                                | 例 |\n| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | - |\n| <code>props.<em>PROPERTY</em>:<em>VALUE</em></code>                                                                                                                                                                                |   |\n| \\[                                                                                                                                                                                                                                 |   |\n| **org:github props.environment:production**]\\(<https://github.com/search?utf8=%E2%9C%93&q=org%3Agithub+props.environment%3Atesting&type=Repositories>) は、カスタム プロパティ `github` が `environment` に設定されている `production` 組織のリポジトリと一致します。 |   |\n\n## リポジトリがミラーかどうかで検索\n\nリポジトリがミラーか、それ以外にホストされているかに基づいてリポジトリを検索できます。 詳しくは、「[GitHubのopen sourceに貢献する方法を見つける](/ja/get-started/exploring-projects-on-github/finding-ways-to-contribute-to-open-source-on-github)」をご覧ください。\n\n| 修飾子                                                                                                                                      | 例 |\n| ---------------------------------------------------------------------------------------------------------------------------------------- | - |\n| `mirror:true`                                                                                                                            |   |\n| \\[                                                                                                                                       |   |\n| **mirror:true GNOME**]\\(<https://github.com/search?utf8=%E2%9C%93&q=mirror%3Atrue+GNOME&type=>) は、ミラーであり、「GNOME」という単語を含むリポジトリとマッチします。    |   |\n| `mirror:false`                                                                                                                           |   |\n| \\[                                                                                                                                       |   |\n| **mirror:false GNOME**]\\(<https://github.com/search?utf8=%E2%9C%93&q=mirror%3Afalse+GNOME&type=>) は、ミラーではなく、「GNOME」という単語を含むリポジトリとマッチします。 |   |\n\n## リポジトリがテンプレートかどうかで検索\n\nリポジトリがテンプレートかどうかに基づいてリポジトリを検索できます。 詳しくは、「[テンプレートリポジトリを作成する](/ja/repositories/creating-and-managing-repositories/creating-a-template-repository)」をご覧ください。\n\n| 修飾子                                                                                                                                              | 例 |\n| ------------------------------------------------------------------------------------------------------------------------------------------------ | - |\n| `template:true`                                                                                                                                  |   |\n| \\[                                                                                                                                               |   |\n| **template:true GNOME**]\\(<https://github.com/search?utf8=%E2%9C%93&q=template%3Atrue+GNOME&type=>) は、テンプレートであり、\"GNOME\" という単語を含むリポジトリとマッチします。    |   |\n| `template:false`                                                                                                                                 |   |\n| \\[                                                                                                                                               |   |\n| **template:false GNOME**]\\(<https://github.com/search?utf8=%E2%9C%93&q=template%3Afalse+GNOME&type=>) は、テンプレートではなく、\"GNOME\" という単語を含むリポジトリとマッチします。 |   |\n\n## リポジトリがアーカイブされているかどうかで検索\n\nアーカイブされているかどうかでリポジトリを検索できます。 詳しくは、「[リポジトリのアーカイブ](/ja/repositories/archiving-a-github-repository/archiving-repositories)」をご覧ください。\n\n| 修飾子                                                                                                                                          | 例 |\n| -------------------------------------------------------------------------------------------------------------------------------------------- | - |\n| `archived:true`                                                                                                                              |   |\n| \\[                                                                                                                                           |   |\n| **archived:true GNOME**]\\(<https://github.com/search?utf8=%E2%9C%93&q=archived%3Atrue+GNOME&type=>) は、アーカイブされ、「GNOME」という単語を含むリポジトリとマッチします。   |   |\n| `archived:false`                                                                                                                             |   |\n| \\[                                                                                                                                           |   |\n| **archived:false GNOME**]\\(<https://github.com/search?utf8=%E2%9C%93&q=archived%3Afalse+GNOME&type=)は、アーカイブされず、「GNOME」という単語を含むリポジトリとマッチします。> |   |\n\n## `good first issue` ラベルまたは `help wanted` ラベルに基づきイシューの数を検索する\n\n`help-wanted` と `good-first-issue`の修飾子を使用すると、`help-wanted-issues:>n` または `good-first-issues:>n` のラベルが付いている最小限の数のイシューを含むリポジトリを検索できます。 詳しくは、「[ラベルを使用してプロジェクトに役立つコントリビューションを促す](/ja/communities/setting-up-your-project-for-healthy-contributions/encouraging-helpful-contributions-to-your-project-with-labels)」をご覧ください。\n\n| 修飾子                                                                                                                                                                                                         | 例 |\n| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | - |\n| `good-first-issues:>n`                                                                                                                                                                                      |   |\n| \\[                                                                                                                                                                                                          |   |\n| **good-first-issues:>2 javascript**]\\(<https://github.com/search?utf8=%E2%9C%93&q=javascript+good-first-issues%3A%3E2&type=>) は、`good-first-issue` のラベルが付いたイシューの数が 2 つを超え、「javascript」という単語を含むリポジトリとマッチします。 |   |\n| `help-wanted-issues:>n`                                                                                                                                                                                     |   |\n| \\[                                                                                                                                                                                                          |   |\n| **help-wanted-issues:>4 react**]\\(<https://github.com/search?utf8=%E2%9C%93&q=react+help-wanted-issues%3A%3E4&type=>) は、`help-wanted` のラベルが付いたイシューの数が 4 つを超え、「React」という単語を含むリポジトリとマッチします。                   |   |\n\n## スポンサーの能力に基づいて検索する\n\n`is:sponsorable` 修飾子を使用すると、GitHub Sponsors で所有者がスポンサーを受けられるリポジトリを検索できます。 詳しくは、「[GitHubスポンサーについて](/ja/sponsors/getting-started-with-github-sponsors/about-github-sponsors)」をご覧ください。\n\n`has:funding-file` 修飾子を使用すると、FUNDING ファイルを含むリポジトリを検索できます。 詳しくは、「[リポジトリにスポンサーボタンを表示する](/ja/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository#about-funding-files)」をご覧ください。\n\n| 修飾子                                                                                                                                 | 例 |\n| ----------------------------------------------------------------------------------------------------------------------------------- | - |\n| `is:sponsorable`                                                                                                                    |   |\n| \\[                                                                                                                                  |   |\n| **is:sponsorable**]\\(<https://github.com/search?q=is%3Asponsorable&type=Repositories>) は、所有者が GitHub Sponsors プロファイルを持つリポジトリと一致します。 |   |\n| `has:funding-file`                                                                                                                  |   |\n| \\[                                                                                                                                  |   |\n| **has:funding-file**]\\(<https://github.com/search?q=has%3Afunding-file&type=Repositories>) は、FUNDING.yml ファイルを含むリポジトリとマッチします。       |   |\n\n## デプロイ コンテキストに基づく検索\n\n組織が linked artifacts pageにレコードを追加している場合は、このデータを使用して、組織の \\[リポジトリ] ページなどのリポジトリの一覧をフィルター処理できます。 詳しくは、「[リンクされた成果物について](/ja/code-security/concepts/supply-chain-security/linked-artifacts)」をご覧ください。\n\n| 修飾子                                           | 説明 |\n| --------------------------------------------- | -- |\n| `deployable:true`                             |    |\n| \\*\\*                                          |    |\n| \\*\\*内のリポジトリのアクティブなlinked artifacts pageがあります。 |    |\n| `deployed:true`                               |    |\n| \\*\\*                                          |    |\n| \\*\\*内のリポジトリのアクティブなlinked artifacts pageがあります。 |    |\n\n## 参考資料\n\n* [検索結果をソートする](/ja/search-github/getting-started-with-searching-on-github/sorting-search-results)\n* [フォーク内を検索する](/ja/search-github/searching-on-github/searching-in-forks)"}