{"meta":{"title":"문제 및 풀 리퀘스트 검색","intro":"모든 조합에서 이러한 검색 한정자를 GitHub 사용하여 문제를 검색하고 요청을 끌어오고 결과의 범위를 좁힐 수 있습니다.","product":"GitHub 검색","breadcrumbs":[{"href":"/ko/enterprise-cloud@latest/search-github","title":"GitHub 검색"},{"href":"/ko/enterprise-cloud@latest/search-github/searching-on-github","title":"GitHub 검색"},{"href":"/ko/enterprise-cloud@latest/search-github/searching-on-github/searching-issues-and-pull-requests","title":"이슈 & 끌어오기 요청 검색"}],"documentType":"article"},"body":"# 문제 및 풀 리퀘스트 검색\n\n모든 조합에서 이러한 검색 한정자를 GitHub 사용하여 문제를 검색하고 요청을 끌어오고 결과의 범위를 좁힐 수 있습니다.\n\nGitHub 전체에서 이슈 및 풀 리퀘스트를 전역으로 검색하거나, 특정 조직 내에서 이슈 및 풀 리퀘스트를 검색할 수 있습니다. 자세한 내용은 [GitHub 검색 정보](/ko/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github/about-searching-on-github)을(를) 참조하세요.\n\n> \\[!TIP]\n>\n> * 이 문서에는 예제 검색이 GitHub.com포함되어 있지만 다른 GitHub 플랫폼에서 동일한 검색 필터를 사용할 수 있습니다.\n> * 리포지토리의 문제 페이지 및 문제 대시보드에서 부울 및 중첩 쿼리를 사용하여 고급 필터를 빌드할 수 있습니다.\n>   [문제 및 끌어오기 요청 필터링 및 검색](/ko/enterprise-cloud@latest/issues/tracking-your-work-with-issues/using-issues/filtering-and-searching-issues-and-pull-requests#building-advanced-filters-for-issues)을 참조하세요.\n> * 결과를 더 개선하기 위해 검색 한정자에 추가할 수 있는 검색 구문 목록은 [검색 구문 이해](/ko/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax)을(를) 참조하세요.\n> * 여러 단어로 된 검색어를 따옴표로 묶으세요. 예를 들어 “진행 중”이라는 레이블이 있는 문제를 검색하려면 `label:\"in progress\"`를 검색합니다. 검색은 대/소문자를 구분하지 않습니다.\n> * 한정자와 일치하는 결과를 제외하려면 빼기(하이픈) 기호를 사용합니다. 예를 들어 \"octocat\" 사용자가 만든 문제를 무시하려면 검색에 `-author:octocat`을 사용합니다.\n>   [누락된 메타데이터 한정자](#search-by-missing-metadata)에는 이 방법이 작동하지 않는다는 점에 유의하세요.\n> * 문제 위의 검색 창에 커서를 가져오거나 바로 가기 키를 사용하여 요청 목록을 끌어올 수 있습니다. 자세한 내용은 [단축키](/ko/enterprise-cloud@latest/get-started/accessibility/keyboard-shortcuts#issue-and-pull-request-lists)을(를) 참조하세요.\n\n## 문제 또는 끌어오기 요청만 검색\n\n기본적으로 GitHub 검색은 문제와 끌어오기 요청을 모두 반환합니다. 그러나 `type` 또는 `is` 한정자를 사용하여 검색 결과를 문제 또는 끌어오기 요청으로만 제한할 수 있습니다.\n\n| 한정자                                                                                                                                                                                                                                    | 예시 |\n| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -- |\n| `type:pr`                                                                                                                                                                                                                              |    |\n| \\[                                                                                                                                                                                                                                     |    |\n| **cat type:pr**]\\(<https://github.com/search?q=cat+type%3Apr&type=Issues&ref_product=github&ref_type=engagement&ref_style=text)은> “cat”이라는 단어가 있는 끌어오기 요청과 일치합니다.                                                                      |    |\n| `type:issue`                                                                                                                                                                                                                           |    |\n| \\[                                                                                                                                                                                                                                     |    |\n| **github commenter:defunkt type:issue**]\\(<https://github.com/search?q=github+commenter%3Adefunkt+type%3Aissue&type=Issues&ref_product=github&ref_type=engagement&ref_style=text)는> “github”라는 단어를 포함하고 @defunkt가 남긴 댓글이 있는 문제와 일치합니다. |    |\n| `is:pr`                                                                                                                                                                                                                                |    |\n| \\[                                                                                                                                                                                                                                     |    |\n| **event is:pr**]\\(<https://github.com/search?utf8=%E2%9C%93&q=event+is%3Apr&type=&ref_product=github&ref_type=engagement&ref_style=text)은> “event”라는 단어가 있는 끌어오기 요청과 일치합니다.                                                            |    |\n| `is:issue`                                                                                                                                                                                                                             |    |\n| \\[                                                                                                                                                                                                                                     |    |\n| **is:issue label:bug is:closed**]\\(<https://github.com/search?utf8=%E2%9C%93&q=is%3Aissue+label%3Abug+is%3Aclosed&type=&ref_product=github&ref_type=engagement&ref_style=text)는> “bug” 레이블이 있는 닫힌 문제와 일치합니다.                           |    |\n\n## 제목, 본문 또는 댓글로 검색\n\n`in` 한정자를 사용하면 제목, 본문, 댓글 또는 항목의 조합으로 검색을 제한할 수 있습니다. 이 한정자를 생략하면 제목, 본문 및 댓글이 모두 검색됩니다.\n\n| 한정자                                                                                                                                                                                  | 예시 |\n| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -- |\n| `in:title`                                                                                                                                                                           |    |\n| \\[                                                                                                                                                                                   |    |\n| **warning in:title**]\\(<https://github.com/search?q=warning+in%3Atitle&type=Issues&ref_product=github&ref_type=engagement&ref_style=text)은> 제목에 “warning”이 있는 문제와 일치합니다.             |    |\n| `in:body`                                                                                                                                                                            |    |\n| \\[                                                                                                                                                                                   |    |\n| **error in:title,body**]\\(<https://github.com/search?q=error+in%3Atitle%2Cbody&type=Issues&ref_product=github&ref_type=engagement&ref_style=text)는> 제목 또는 본문에 “error”가 있는 문제와 일치합니다. |    |\n| `in:comments`                                                                                                                                                                        |    |\n| \\[                                                                                                                                                                                   |    |\n| **shipit in:comments**]\\(<https://github.com/search?q=shipit+in%3Acomment&type=Issues&ref_product=github&ref_type=engagement&ref_style=text)는> 댓글에 \"shipit\"이 언급된 이슈와 일치합니다.          |    |\n\n## 사용자 또는 조직의 리포지토리 내에서 검색\n\n특정 사용자나 조직이 소유한 모든 리포지토리에서 문제와 끌어오기 요청을 검색하려면 `user` 또는 `org` 한정자를 사용하면 됩니다. 특정 리포지토리에서 문제 및 끌어오기 요청을 검색하려면 `repo` 한정자를 사용할 수 있습니다.\n\n10,000개가 넘는 리포지토리에서 끌어오기 요청에 액세스할 수 있는 경우 결과를 보려면 특정 조직, 개인 계정 또는 리포지토리로 검색을 제한해야 합니다.\n\n| 한정자                                                                                                                                                                                                                                                    | 예시 |\n| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -- |\n| <code>user:<em>USERNAME</em></code>                                                                                                                                                                                                                    |    |\n| \\[                                                                                                                                                                                                                                                     |    |\n| **user:defunkt ubuntu**]\\(<https://github.com/search?q=user%3Adefunkt+ubuntu&type=Issues&ref_product=github&ref_type=engagement&ref_style=text)는> @defunkt가 소유한 리포지토리의 “ubuntu”라는 단어가 있는 문제와 일치합니다.                                                    |    |\n| <code>org:<em>ORGNAME</em></code>                                                                                                                                                                                                                      |    |\n| \\[                                                                                                                                                                                                                                                     |    |\n| **org:github**]\\(<https://github.com/search?q=org%3Agithub&type=Issues&utf8=%E2%9C%93&ref_product=github&ref_type=engagement&ref_style=text>) GitHub 조직이 소유한 리포지토리의 문제와 일치합니다.                                                                         |    |\n| <code>repo:<em>USERNAME/REPOSITORY</em></code>                                                                                                                                                                                                         |    |\n| \\[                                                                                                                                                                                                                                                     |    |\n| **repo:mozilla/shumway created:<2012-03-01**]\\(<https://github.com/search?q=repo%3Amozilla%2Fshumway+created%3A%3C2012-03-01&type=Issues&ref_product=github&ref_type=engagement&ref_style=text)은> 2012년 3월 이전에 만들어진 @mozilla의 shumway 프로젝트의 문제와 일치합니다. |    |\n\n## 열린 상태 또는 닫힌 상태로 검색\n\n`state` 또는 `is` 한정자를 사용하여 열려 있는지 닫혔는지 여부에 따라 문제 및 끌어오기 요청을 필터링할 수 있습니다.\n\n| 한정자                                                                                                                                                                                                                                              | 예시 |\n| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -- |\n| `state:open`                                                                                                                                                                                                                                     |    |\n| \\[                                                                                                                                                                                                                                               |    |\n| **libraries state:open mentions:vmg**]\\(<https://github.com/search?utf8=%E2%9C%93&q=libraries+state%3Aopen+mentions%3Avmg&type=Issues&ref_product=github&ref_type=engagement&ref_style=text)는> @vmg을(를) 언급하고 \"libraries\"라는 단어가 포함된 열린 이슈와 일치합니다. |    |\n| `state:closed`                                                                                                                                                                                                                                   |    |\n| \\[                                                                                                                                                                                                                                               |    |\n| **design state:closed in:body**]\\(<https://github.com/search?utf8=%E2%9C%93&q=design+state%3Aclosed+in%3Abody&type=Issues&ref_product=github&ref_type=engagement&ref_style=text)는> 본문에 “design”이라는 단어가 있는 닫힌 문제와 일치합니다.                          |    |\n| `is:open`                                                                                                                                                                                                                                        |    |\n| \\[                                                                                                                                                                                                                                               |    |\n| **performance is:open is:issue**]\\(<https://github.com/search?q=performance+is%3Aopen+is%3Aissue&type=Issues&ref_product=github&ref_type=engagement&ref_style=text)는> “performance”라는 단어가 있는 열린 문제와 일치합니다.                                       |    |\n| `is:closed`                                                                                                                                                                                                                                      |    |\n| \\[                                                                                                                                                                                                                                               |    |\n| **android is:closed**]\\(<https://github.com/search?utf8=%E2%9C%93&q=android+is%3Aclosed&type=&ref_product=github&ref_type=engagement&ref_style=text)는> “android”라는 단어가 있는 닫힌 문제 및 끌어오기 요청과 일치합니다.                                                |    |\n\n## 끌어오기 요청이 보관되었는지 여부에 따라 검색\n\n리포지토리 관리자는 끌어오기 요청을 보관하여 공용 보기에서 제거할 수 있습니다.\n`is:archived` 한정자를 사용하여 보관된 풀 요청을 검색할 수 있습니다. 자세한 내용은 [끌어오기 요청 보관](/ko/enterprise-cloud@latest/communities/moderating-comments-and-conversations/archive-pull-requests)을(를) 참조하세요.\n\n| 한정자                                                                                                                                                                                                      | 예시 |\n| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -- |\n| `is:archived`                                                                                                                                                                                            |    |\n| \\[                                                                                                                                                                                                       |    |\n| **is:archived is:pr spam**]\\(<https://github.com/search?q=is%3Aarchived+is%3Apr+spam&ref_product=github&ref_type=engagement&ref_style=text)은> 귀하가 리포지토리 관리자인 리포지토리에서 \"spam\"이라는 단어가 포함된 보관된 풀 리퀘스트를 찾습니다. |    |\n\n## 병합 큐의 끌어오기 요청 검색\n\n`is` 한정자를 사용하여 병합 큐에 대기 중인 끌어오기 요청을 찾을 수도 있습니다.\n\n| 한정자                                                                                                                                                                | 예시 |\n| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -- |\n| `is:queued`                                                                                                                                                        |    |\n| \\[                                                                                                                                                                 |    |\n| **is:queued**]\\(<https://github.com/search?q=is%3Aqueued&type=pullrequests&ref_product=github&ref_type=engagement&ref_style=text)는> 현재 병합 큐에 대기 중인 끌어오기 요청을 매칭합니다. |    |\n\n## 문제가 닫힌 이유로 검색\n\n`reason` 한정자를 사용하여 문제가 닫혔을 때 지정된 이유에 따라 문제를 필터링할 수 있습니다.\n\n| 한정자                                                                                                                                                                                                                                                   | 예시 |\n| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -- |\n| `reason:completed`                                                                                                                                                                                                                                    |    |\n| \\[                                                                                                                                                                                                                                                    |    |\n| **libraries is:closed reason:completed**]\\(<https://github.com/search?q=libraries+is%3Aclosed+reason%3Acompleted&type=Issues&ref_product=github&ref_type=engagement&ref_style=text)는> \"libraries\"라는 단어가 포함되고 \"completed\"로 닫힌 이슈와 일치합니다.               |    |\n| `reason:\"not planned\"`                                                                                                                                                                                                                                |    |\n| \\[                                                                                                                                                                                                                                                    |    |\n| **libraries is:closed reason:\"not planned\"**]\\(<https://github.com/search?q=libraries+is%3Aclosed+reason%3A%22not+planned%22&type=Issues&ref_product=github&ref_type=engagement&ref_style=text)는> \"libraries\"라는 단어가 포함되고 \"not planned\"로 닫힌 이슈와 일치합니다. |    |\n\n## 리포지토리 표시 여부별로 필터링\n\n`is` 한정자를 사용하여 문제 및 끌어오기 요청이 포함된 리포지토리의 표시 여부로 필터링할 수 있습니다. 자세한 내용은 [리포지토리 정보](/ko/enterprise-cloud@latest/repositories/creating-and-managing-repositories/about-repositories#about-repository-visibility)을(를) 참조하세요.\n\n| 한정자                                                                                                                                                                                                           | 예시 |\n| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -- |\n| `is:public`                                                                                                                                                                                                   |    |\n| \\[                                                                                                                                                                                                            |    |\n| **is:public**]\\(<https://github.com/search?q=is%3Apublic&type=Issues&ref_product=github&ref_type=engagement&ref_style=text)은> 퍼블릭 리포지토리에서 문제와 끌어오기 요청을 찾습니다.                                                  |    |\n|                                                                                                                                                                                                               |    |\n| `is:internal`                                                                                                                                                                                                 |    |\n| \\[                                                                                                                                                                                                            |    |\n| **is:internal**]\\(<https://github.com/search?q=is%3Ainternal&type=Issues&ref_product=github&ref_type=engagement&ref_style=text)은> 내부 리포지토리에서 문제와 끌어오기 요청을 찾습니다.                                               |    |\n|                                                                                                                                                                                                               |    |\n| `is:private`                                                                                                                                                                                                  |    |\n| \\[                                                                                                                                                                                                            |    |\n| **is:private cupcake**]\\(<https://github.com/search?q=is%3Aprivate+cupcake&type=Issues&ref_product=github&ref_type=engagement&ref_style=text)는> 액세스할 수 있는 프라이빗 리포지토리에서 \"cupcake\"라는 단어가 포함된 문제와 끌어오기 요청을 찾습니다. |    |\n\n## 작성자로 검색\n\n`author` 한정자는 특정 사용자 또는 통합 계정에서 만든 문제 및 끌어오기 요청을 찾습니다.\n\n| 한정자                                                                                                                                                                                                                | 예시 |\n| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -- |\n| <code>author:<em>USERNAME</em></code>                                                                                                                                                                              |    |\n| \\[                                                                                                                                                                                                                 |    |\n| **cool author:gjtorikian**]\\(<https://github.com/search?q=cool+author%3Agjtorikian&type=Issues&ref_product=github&ref_type=engagement&ref_style=text)은> @gjtorikian에 의해 만들어진 “cool”이라는 단어가 있는 문제 및 끌어오기 요청과 일치합니다. |    |\n| `in:body`                                                                                                                                                                                                          |    |\n\n<code>\nauthor:\n<em>\nUSERNAME\n</em>\n</code>\n| \n[\n**bootstrap in:body author:mdo**](https://github.com/search?q=bootstrap+in%3Abody+author%3Amdo&type=Issues&ref_product=github&ref_type=engagement&ref_style=text)는 본문에 “bootstrap”이라는 단어가 포함된 @mdo가 작성한 문제와 일치합니다.\n| <code>author:app/<em>USERNAME</em></code> | \n[\n**author:app/robot**](https://github.com/search?q=author%3Aapp%2Frobot&type=Issues&ref_product=github&ref_type=engagement&ref_style=text)은 “robot”이라는 통합 계정에서 만든 문제와 일치합니다.\n| <code>-</code><code>author:app/<em>USERNAME</em></code> | \n[\n**-author:app/robot**](https://github.com/search?q=-author%3Aapp%2Frobot&type=Issues&ref_product=github&ref_type=engagement&ref_style=text)은 “robot”이라는 통합 계정 이외의 사용자가 만든 문제를 매칭합니다. 한정자 앞의 빼기 기호 또는 대시 문자(<code>-</code>)는 검색 쿼리에서 한정자의 논리적 NOT을 나타냅니다.\n\n## 담당자로 검색\n\n`assignee` 한정자는 특정 사용자에게 할당된 문제 및 끌어오기 요청을 찾습니다. 와일드카드 문자 \\_\\_ 를 사용하여 `*` 담당자가 있는 이슈 및 풀 리퀘스트를 검색할 수 있지만 단일 리포지토리 내에서만 가능합니다. 또한 [담당자가 없는 문제와 끌어오기 요청](#search-by-missing-metadata)을 검색할 수 있습니다.\n\n| 한정자                                                                                                                                                                                                                                                       | 예시 |\n| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -- |\n| <code>assignee:<em>USERNAME</em></code>                                                                                                                                                                                                                   |    |\n| \\[                                                                                                                                                                                                                                                        |    |\n| **assignee:vmg repo:libgit2/libgit2**]\\(<https://github.com/search?utf8=%E2%9C%93&q=assignee%3Avmg+repo%3Alibgit2%2Flibgit2&type=Issues&ref_product=github&ref_type=engagement&ref_style=text)는> @vmg에 할당된 libgit2의 프로젝트 libgit2에 있는 문제 및 끌어오기 요청과 일치합니다. |    |\n| <code>assignee:\\*</code>                                                                                                                                                                                                                                  |    |\n| \\[                                                                                                                                                                                                                                                        |    |\n| **is:open is:issue assignee:\\***]\\(<https://github.com/openssl/openssl/issues/assigned/*)는> 단일 리포지토리 내에서 임의의 사용자에게 할당된 열린 이슈와 일치합니다.                                                                                                                      |    |\n\n## 언급으로 검색\n\n`mentions` 한정자는 특정 사용자를 언급하는 문제를 찾습니다. 자세한 내용은 [기본 쓰기 및 서식 지정 구문](/ko/enterprise-cloud@latest/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#mentioning-people-and-teams)을(를) 참조하세요.\n\n| 한정자                                                                                                                                                                            | 예시 |\n| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -- |\n| <code>mentions:<em>USERNAME</em></code>                                                                                                                                        |    |\n| \\[                                                                                                                                                                             |    |\n| \\*\\*                                                                                                                                                                           |    |\n| `resque mentions:defunkt`                                                                                                                                                      |    |\n| \\*\\*                                                                                                                                                                           |    |\n| ]\\(<https://github.com/search?q=resque+mentions%3Adefunkt&type=Issues&ref_product=github&ref_type=engagement&ref_style=text)는> @defunkt을(를) 언급하는 \"resque\"라는 단어가 포함된 이슈와 일치합니다. |    |\n\n## 팀 언급으로 검색\n\n자신이 소속된 조직 및 팀의 경우 `team` 한정자를 사용하여 해당 조직 내의 특정 팀을 언급(@mention)하는 문제 또는 끌어오기 요청을 찾을 수 있습니다. 샘플 이름을 조직 및 팀 이름으로 바꾸어 검색을 수행합니다.\n\n| 한정자                                         | 예시 |\n| ------------------------------------------- | -- |\n| <code>team:<em>ORGNAME/TEAMNAME</em></code> |    |\n| \\*\\*                                        |    |\n| `team:jekyll/owners`                        |    |\n| \\*\\*는 `@jekyll/owners` 팀이 언급된 문제와 일치합니다.    |    |\n| <code>                                      |    |\n| team:                                       |    |\n\n<em>\nORGNAME/TEAMNAME\n</em>\n</code>\n`is:open is:pr`\n| \n**team:myorg/ops is:open is:pr**은 `@myorg/ops` 팀이 언급된 열린 끌어오기 요청과 일치합니다.\n\n## 댓글 작성자로 검색\n\n`commenter` 한정자는 특정 사용자의 댓글이 포함된 문제를 찾습니다.\n\n| 한정자                                                                                                                                                                                                                                                                 | 예시 |\n| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -- |\n| <code>commenter:<em>USERNAME</em></code>                                                                                                                                                                                                                            |    |\n| \\[                                                                                                                                                                                                                                                                  |    |\n| **github commenter:defunkt org:github**]\\(<https://github.com/search?utf8=%E2%9C%93&q=github+commenter%3Adefunkt+org%3Agithub&type=Issues&ref_product=github&ref_type=engagement&ref_style=text)는> \"github\"라는 단어를 포함하고 @defunkt 주석이 있는 GitHub 소유한 리포지토리의 문제와 일치합니다. |    |\n\n## 문제 또는 끌어오기 요청에 관여한 사용자로 검색\n\n`involves` 한정자를 사용하여 어떤 식으로든 특정 사용자가 관여하는 문제를 찾을 수 있습니다.\n`involves` 한정자는 단일 사용자에 대한 `author`, `assignee`, `mentions`, `commenter` 한정자 사이의 논리적 OR입니다. 즉, 이 한정자는 특정 사용자가 만들었거나, 해당 사용자에게 할당되었거나, 해당 사용자를 언급하거나, 해당 사용자가 댓글을 단 문제 및 끌어오기 요청을 찾습니다.\n\n| 한정자                                                                                                                                                                                                               | 예시 |\n| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -- |\n| <code>involves:<em>USERNAME</em></code>                                                                                                                                                                           |    |\n| \\*\\*                                                                                                                                                                                                              |    |\n| [involves:defunkt involves:jlord](https://github.com/search?q=involves%3Adefunkt+involves%3Ajlord\\&type=Issues\\&ref_product=github\\&ref_type=engagement\\&ref_style=text)\\*\\* 는 @defunkt 또는 @jlord가 관여한 문제와 일치합니다. |    |\n| `in:body`                                                                                                                                                                                                         |    |\n\n<code>\ninvolves:\n<em>\nUSERNAME\n</em>\n</code>\n| \n[\n**NOT bootstrap in:body involves:mdo**](https://github.com/search?q=NOT+bootstrap+in%3Abody+involves%3Amdo&type=Issues&ref_product=github&ref_type=engagement&ref_style=text)는 본문에 “bootstrap”이라는 단어를 포함하지 않는 @mdo가 관여한 문제와 일치합니다.\n\n## 내 문제 및 끌어오기 요청 검색\n\n`@me`(으)로 원하는 한정자를 따라가면 사용자가 만들었거나 상호작용한 적이 있는 문제 및 끌어오기 요청을 검색할 수 있습니다. 사용자 이름과 함께 작동하는 모든 한정자를 사용하면 사용자가 만들거나, 할당하거나, 언급했거나, 검토자로 요청한 문제 및 끌어오기 요청으로 검색을 제한할 수 있습니다.\n\n| 한정자                                                                                                                                                                                        | 예시 |\n| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -- |\n| <code>author:<em>@me</em></code>                                                                                                                                                           |    |\n| \\*\\*                                                                                                                                                                                       |    |\n| \\[                                                                                                                                                                                         |    |\n| author:@me                                                                                                                                                                                 |    |\n| ]\\(<https://github.com/search?q=author%3A%40me&ref_product=github&ref_type=engagement&ref_style=text>)                                                                                     |    |\n| \\*\\*은(는) 사용자가 작성한 문제 및 끌어오기 요청과 일치합니다.                                                                                                                                                     |    |\n| <code>is:pr commenter:<em>@me</em></code>                                                                                                                                                  |    |\n| \\*\\*                                                                                                                                                                                       |    |\n| [is:pr commenter:@me](https://github.com/search?q=is%3Apr+commenter%3A%40me\\&type=pullrequests\\&ref_product=github\\&ref_type=engagement\\&ref_style=text)\\*\\* 는 사용자가 댓글을 남긴 끌어오기 요청과 일치합니다. |    |\n\n## 연결된 문제 및 끌어오기 요청 검색\n\n닫는 참조로 끌어오기 요청에 연결된 문제 또는 끌어오기 요청이 닫을 수 있는 문제에 연결된 끌어오기 요청만 포함하도록 결과의 범위를 좁힐 수 있습니다.\n\n| 한정자                                                                                                                                                                                                                                                                | 예시 |\n| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -- |\n| `linked:pr`                                                                                                                                                                                                                                                        |    |\n| \\[                                                                                                                                                                                                                                                                 |    |\n| **repo:desktop/desktop is:open linked:pr**]\\(<https://github.com/search?q=repo%3Adesktop%2Fdesktop+is%3Aopen+linked%3Apr&ref_product=github&ref_type=engagement&ref_style=text)는> 닫기 참조에 의해 끌어오기 요청에 연결된 `desktop/desktop` 리포지토리의 열린 이슈와 일치합니다.                    |    |\n| `linked:issue`                                                                                                                                                                                                                                                     |    |\n| \\[                                                                                                                                                                                                                                                                 |    |\n| **repo:desktop/desktop is:closed linked:issue**]\\(<https://github.com/search?q=repo%3Adesktop%2Fdesktop+is%3Aclosed+linked%3Aissue&ref_product=github&ref_type=engagement&ref_style=text)는> 끌어오기 요청이 닫았을 수 있는 이슈에 연결된 `desktop/desktop` 리포지토리의 닫힌 끌어오기 요청과 일치합니다.  |    |\n| `-linked:pr`                                                                                                                                                                                                                                                       |    |\n| \\[                                                                                                                                                                                                                                                                 |    |\n| **repo:desktop/desktop is:open -linked:pr**]\\(<https://github.com/search?q=repo%3Adesktop%2Fdesktop+is%3Aopen+-linked%3Apr&ref_product=github&ref_type=engagement&ref_style=text)는> 닫기 참조에 의해 끌어오기 요청에 연결되지 않은 `desktop/desktop` 리포지토리의 열린 이슈와 일치합니다.              |    |\n| `-linked:issue`                                                                                                                                                                                                                                                    |    |\n| \\[                                                                                                                                                                                                                                                                 |    |\n| **repo:desktop/desktop is:open -linked:issue**]\\(<https://github.com/search?q=repo%3Adesktop%2Fdesktop+is%3Aopen+-linked%3Aissue&ref_product=github&ref_type=engagement&ref_style=text)는> 끌어오기 요청이 닫을 수 있는 이슈에 연결되지 않은 `desktop/desktop` 리포지토리의 열린 끌어오기 요청과 일치합니다. |    |\n\n## 레이블로 검색\n\n`label` 한정자를 사용하여 레이블별로 결과의 범위를 좁힐 수 있습니다. 문제에는 여러 레이블이 있을 수 있으므로 각 문제에 대해 별도의 한정자를 나열할 수 있습니다.\n\n| 한정자                                                                                                                                                                                                                                                | 예시 |\n| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -- |\n| <code>label:<em>LABEL</em></code>                                                                                                                                                                                                                  |    |\n| \\[                                                                                                                                                                                                                                                 |    |\n| **label:\"help wanted\" language:ruby**]\\(<https://github.com/search?utf8=%E2%9C%93&q=label%3A%22help+wanted%22+language%3Aruby&type=Issues&ref_product=github&ref_type=engagement&ref_style=text)는> Ruby 리포지토리에 있는 레이블 “help wanted”가 있는 문제와 일치합니다. |    |\n| `in:body`                                                                                                                                                                                                                                          |    |\n\n<code>\n-label:\n<em>\nLABEL\n</em>\n</code>\n<code>\nlabel:\n<em>\nLABEL\n</em>\n</code>\n| \n[\n**broken in:body -label:bug label:priority**](https://github.com/search?q=broken+in%3Abody+-label%3Abug+label%3Apriority&type=Issues&ref_product=github&ref_type=engagement&ref_style=text)는 본문에 \"broken\"이라는 단어가 있고 \"bug\" 레이블은 없지만 \"priority\" 레이블은 _있습니다_.\n| <code>\nlabel:\n<em>\nLABEL\n</em>\n</code>\n<code>\nlabel:\n<em>\nLABEL\n</em>\n</code>\n| \n[\n**label:bug label:resolved**](https://github.com/search?l=&q=label%3Abug+label%3Aresolved&type=Issues&ref_product=github&ref_type=engagement&ref_style=text)는 “bug” 또는 “resolved”라는 레이블이 있는 문제를 매칭합니다.\n| <code>label:<em>LABEL,LABEL</em></code> | \n[\n**label:bug,resolved**](https://github.com/search?q=label%3Abug%2Cresolved&type=Issues&ref_product=github&ref_type=engagement&ref_style=text)는 레이블 “bug” 또는 레이블 “resolved”가 있는 문제를 매칭합니다.\n\n## 마일스톤으로 검색\n\n`milestone` 한정자는 리포지토리 내에서 [마일스톤](/ko/enterprise-cloud@latest/issues/using-labels-and-milestones-to-track-work/about-milestones)의 일부인 문제 또는 끌어오기 요청을 찾습니다.\n\n| 한정자                                                                                                                                                                                                      | 예시 |\n| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -- |\n| <code>milestone:<em>MILESTONE</em></code>                                                                                                                                                                |    |\n| \\[                                                                                                                                                                                                       |    |\n| **milestone:\"overhaul\"**]\\(<https://github.com/search?utf8=%E2%9C%93&q=milestone%3A%22overhaul%22&type=Issues&ref_product=github&ref_type=engagement&ref_style=text)은> “overhaul”이라는 마일스톤에 있는 문제와 일치합니다. |    |\n| <code>milestone:<em>MILESTONE</em></code>                                                                                                                                                                |    |\n| \\[                                                                                                                                                                                                       |    |\n| **milestone:\"bug fix\"**]\\(<https://github.com/search?utf8=%E2%9C%93&q=milestone%3A%22bug+fix%22&type=Issues&ref_product=github&ref_type=engagement&ref_style=text)는> “bug fix”라는 마일스톤에 있는 문제와 일치합니다.     |    |\n\n## 프로젝트별 검색\n\n`project` 한정자를 사용하여 특정 프로젝트와 연결된 문제를 찾을 수 있습니다. 프로젝트 번호로 프로젝트를 검색해야 합니다. 프로젝트의 URL 끝에 있는 프로젝트 번호를 찾을 수 있습니다.\n\n| 한정자                                                          | 예시 |\n| ------------------------------------------------------------ | -- |\n| <code>project:<em>PROJECT\\_NUMBER</em></code>                |    |\n| **project:github/57** 조직의 프로젝트 57과 연결된 GitHub 소유한 문제와 일치합니다. |    |\n\n## 커밋 상태로 검색\n\n커밋 상태에 따라 끌어오기 요청을 필터링할 수 있습니다. 이는 [상태 API](/ko/enterprise-cloud@latest/rest/commits#commit-statuses) 또는 CI 서비스를 사용하는 경우에 특히 유용합니다.\n\n| 한정자                                                                                                                                                                                                                                                               | 예시 |\n| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -- |\n| `status:pending`                                                                                                                                                                                                                                                  |    |\n| \\[                                                                                                                                                                                                                                                                |    |\n| **language:go status:pending**]\\(<https://github.com/search?utf8=%E2%9C%93&q=language%3Ago+status%3Apending&ref_product=github&ref_type=engagement&ref_style=text)은> 상태가 보류 중인 Go 리포지토리에 열린 끌어오기 요청과 일치합니다.                                                       |    |\n| `status:success`                                                                                                                                                                                                                                                  |    |\n| \\[                                                                                                                                                                                                                                                                |    |\n| **is:open status:success finally in:body**]\\(<https://github.com/search?utf8=%E2%9C%93&q=is%3Aopen+status%3Asuccess+finally+in%3Abody&type=Issues&ref_product=github&ref_type=engagement&ref_style=text)는> 상태가 성공이고 본문에 \"finally\"라는 단어가 포함된 열린 끌어오기 요청과 일치합니다.    |    |\n| `status:failure`                                                                                                                                                                                                                                                  |    |\n| \\[                                                                                                                                                                                                                                                                |    |\n| **created:2015-05-01..2015-05-30 status:failure**]\\(<https://github.com/search?utf8=%E2%9C%93&q=created%3A2015-05-01..2015-05-30+status%3Afailure&type=Issues&ref_product=github&ref_type=engagement&ref_style=text)는> 2015년 5월에 생성된 끌어오기 요청 중 상태가 실패인 경우와 일치합니다. |    |\n\n## 커밋 SHA로 검색\n\n커밋의 특정 SHA 해시를 알고 있는 경우 이를 사용하여 해당 SHA가 포함된 끌어오기 요청을 검색할 수 있습니다. SHA 구문은 7자 이상이어야 합니다.\n\n| 한정자                                                                                                                                                                | 예시 |\n| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -- |\n| <code><em>SHA</em></code>                                                                                                                                          |    |\n| \\[                                                                                                                                                                 |    |\n| **e1109ab**]\\(<https://github.com/search?q=e1109ab&type=Issues&ref_product=github&ref_type=engagement&ref_style=text)는> `e1109ab`로 시작하는 커밋 SHA가 있는 끌어오기 요청과 일치합니다. |    |\n| <code>                                                                                                                                                             |    |\n\n<em>\nSHA\n</em>\n</code>\n`is:merged`\n| \n[\n**0eff326d6213c is:merged**](https://github.com/search?q=0eff326d+is%3Amerged&type=Issues&ref_product=github&ref_type=engagement&ref_style=text)는 `0eff326d6213c`로 시작하는 커밋 SHA가 있는 병합된 끌어오기 요청과 일치합니다.\n\n## 분기 이름으로 검색\n\n끌어오기 요청의 출처인 분기(“헤드” 분기) 또는 병합 대상 분기(“기본” 분기)를 기반으로 끌어오기 요청을 필터링할 수 있습니다.\n\n| 한정자                                                                                                                                                                                                                                | 예시 |\n| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -- |\n| <code>head:<em>HEAD\\_BRANCH</em></code>                                                                                                                                                                                            |    |\n| \\[                                                                                                                                                                                                                                 |    |\n| **head:change is:closed is:unmerged**]\\(<https://github.com/search?utf8=%E2%9C%93&q=head%3Achange+is%3Aclosed+is%3Aunmerged&ref_product=github&ref_type=engagement&ref_style=text)는> 분기 이름이 \"change\"라는 단어로 시작하고 닫힌 끌어오기 요청과 일치합니다. |    |\n| <code>base:<em>BASE\\_BRANCH</em></code>                                                                                                                                                                                            |    |\n| \\[                                                                                                                                                                                                                                 |    |\n| **base:gh-pages**]\\(<https://github.com/search?utf8=%E2%9C%93&q=base%3Agh-pages&ref_product=github&ref_type=engagement&ref_style=text)는> `gh-pages` 분기에 병합되는 끌어오기 요청과 일치합니다.                                                       |    |\n\n## 언어로 검색\n\n`language` 한정자를 사용하면 특정 언어로 작성된 리포지토리 내에서 문제 및 끌어오기 요청을 검색할 수 있습니다.\n\n| 한정자                                                                                                                                                                                        | 예시 |\n| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -- |\n| <code>language:<em>LANGUAGE</em></code>                                                                                                                                                    |    |\n| \\[                                                                                                                                                                                         |    |\n| **language:ruby state:open**]\\(<https://github.com/search?q=language%3Aruby+state%3Aopen&type=Issues&ref_product=github&ref_type=engagement&ref_style=text)은> Ruby 리포지토리에 있는 열린 문제와 일치합니다. |    |\n\n## 댓글 수로 검색\n\n`comments` 한정자를 [보다 큼, 보다 작음 및 범위 한정자](/ko/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax)와 함께 사용하여 댓글 수를 기준으로 검색할 수 있습니다.\n\n| 한정자                                                                                                                                                                                               | 예시 |\n| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -- |\n| <code>comments:<em>n</em></code>                                                                                                                                                                  |    |\n| \\[                                                                                                                                                                                                |    |\n| **state:closed comments:>100**]\\(<https://github.com/search?q=state%3Aclosed+comments%3A%3E100&type=Issues&ref_product=github&ref_type=engagement&ref_style=text)은> 100개가 넘는 댓글이 있는 닫힌 문제와 일치합니다. |    |\n| <code>comments:<em>n..n</em></code>                                                                                                                                                               |    |\n| \\[                                                                                                                                                                                                |    |\n| **comments:500..1000**]\\(<https://github.com/search?q=comments%3A500..1000&type=Issues&ref_product=github&ref_type=engagement&ref_style=text)은> 500개에서 1,000개 사이의 댓글이 있는 문제와 일치합니다.               |    |\n\n## 상호 작용 수로 검색\n\n`interactions` 한정자와 함께 [보다 큼, 보다 작음 및 범위 한정자](/ko/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax)를 사용하여 문제 및 끌어오기 요청을 상호 작용의 수로 필터링할 수 있습니다. 상호 작용 수는 문제 또는 끌어오기 요청에 대한 반응 및 댓글의 수입니다.\n\n| 한정자                                                                                                                                                                                           | 예시 |\n| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -- |\n| <code>interactions:<em>n</em></code>                                                                                                                                                          |    |\n| \\[                                                                                                                                                                                            |    |\n| **interactions:>2000**]\\(<https://github.com/search?q=interactions%3A%3E2000&ref_product=github&ref_type=engagement&ref_style=text)은> 2000개가 넘는 상호 작용이 있는 끌어오기 요청 또는 문제와 매칭합니다.               |    |\n| <code>interactions:<em>n..n</em></code>                                                                                                                                                       |    |\n| \\[                                                                                                                                                                                            |    |\n| **interactions:500..1000**]\\(<https://github.com/search?q=interactions%3A500..1000&ref_product=github&ref_type=engagement&ref_style=text)은> 500개에서 1,000개 사이의 상호 작용이 있는 끌어오기 요청 또는 문제와 일치합니다. |    |\n\n## 반응 수로 검색\n\n`reactions` 한정자와 함께 [보다 큼, 보다 작음 및 범위 한정자](/ko/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax)를 사용하여 문제 및 끌어오기 요청을 반응의 수로 필터링할 수 있습니다.\n\n| 한정자                                                                                                                                                                       | 예시 |\n| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -- |\n| <code>reactions:<em>n</em></code>                                                                                                                                         |    |\n| \\[                                                                                                                                                                        |    |\n| **reactions:>1000**]\\(<https://github.com/search?q=reactions%3A%3E1000&type=Issues&ref_product=github&ref_type=engagement&ref_style=text)은> 1000개가 넘는 반응이 있는 문제와 매칭합니다.   |    |\n| <code>reactions:<em>n..n</em></code>                                                                                                                                      |    |\n| \\[                                                                                                                                                                        |    |\n| **reactions:500..1000**]\\(<https://github.com/search?q=reactions%3A500..1000&ref_product=github&ref_type=engagement&ref_style=text)은> 500개에서 1,000개 사이의 반응이 있는 문제와 일치합니다. |    |\n\n## 초안 끌어오기 요청 검색\n\n초안 끌어오기 요청을 필터링할 수 있습니다. 자세한 내용은 [끌어오기 요청](/ko/enterprise-cloud@latest/pull-requests/reference/pull-requests#draft-pull-requests)을(를) 참조하세요.\n\n| 한정자                                                                                                                                             | 예시 |\n| ----------------------------------------------------------------------------------------------------------------------------------------------- | -- |\n| `draft:true`                                                                                                                                    |    |\n| \\[                                                                                                                                              |    |\n| **draft:true**]\\(<https://github.com/search?q=draft%3Atrue&ref_product=github&ref_type=engagement&ref_style=text)는> 초안 끌어오기 요청과 일치합니다.          |    |\n| `draft:false`                                                                                                                                   |    |\n| \\[                                                                                                                                              |    |\n| **draft:false**]\\(<https://github.com/search?q=draft%3Afalse&ref_product=github&ref_type=engagement&ref_style=text)는> 검토할 준비가 된 끌어오기 요청과 일치합니다. |    |\n\n## 끌어오기 요청 검토 상태 및 검토자로 검색\n\n[검토 상태](/ko/enterprise-cloud@latest/pull-requests/reference/pull-request-reviews)(*없음*, *필수*, *승인됨* 또는 *변경 요청됨*), 검토자 및 요청된 검토자를 기준으로 끌어오기 요청을 필터링할 수 있습니다.\n\n| 한정자                                                                                                                                                                                                                                                                                                                                            | 예시 |\n| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -- |\n| `review:none`                                                                                                                                                                                                                                                                                                                                  |    |\n| \\[                                                                                                                                                                                                                                                                                                                                             |    |\n| **type:pr review:none**]\\(<https://github.com/search?utf8=%E2%9C%93&q=type%3Apr+review%3Anone&type=Issues&ref_product=github&ref_type=engagement&ref_style=text)은> 검토되지 않은 끌어오기 요청과 일치합니다.                                                                                                                                                     |    |\n| `review:required`                                                                                                                                                                                                                                                                                                                              |    |\n| \\[                                                                                                                                                                                                                                                                                                                                             |    |\n| **type:pr review:required**]\\(<https://github.com/search?utf8=%E2%9C%93&q=type%3Apr+review%3Arequired&type=Issues&ref_product=github&ref_type=engagement&ref_style=text)는> 병합하기 전에 검토가 필요한 끌어오기 요청과 일치합니다.                                                                                                                                     |    |\n| `review:approved`                                                                                                                                                                                                                                                                                                                              |    |\n| \\[                                                                                                                                                                                                                                                                                                                                             |    |\n| **type:pr review:approved**]\\(<https://github.com/search?utf8=%E2%9C%93&q=type%3Apr+review%3Aapproved&type=Issues&ref_product=github&ref_type=engagement&ref_style=text)는> 검토자가 승인한 끌어오기 요청과 일치합니다.                                                                                                                                            |    |\n| `review:changes_requested`                                                                                                                                                                                                                                                                                                                     |    |\n| \\[                                                                                                                                                                                                                                                                                                                                             |    |\n| **type:pr review:changes\\_requested**]\\(<https://github.com/search?utf8=%E2%9C%93&q=type%3Apr+review%3Achanges_requested&type=Issues&ref_product=github&ref_type=engagement&ref_style=text)는> 검토자가 변경을 요청한 끌어오기 요청과 일치합니다.                                                                                                                     |    |\n| <code>reviewed-by:<em>USERNAME</em></code>                                                                                                                                                                                                                                                                                                     |    |\n| \\[                                                                                                                                                                                                                                                                                                                                             |    |\n| **type:pr reviewed-by:gjtorikian**]\\(<https://github.com/search?utf8=%E2%9C%93&q=type%3Apr+reviewed-by%3Agjtorikian&type=Issues&ref_product=github&ref_type=engagement&ref_style=text)은> 특정 사용자가 검토한 끌어오기 요청과 일치합니다.                                                                                                                           |    |\n| <code>review-requested:<em>USERNAME</em></code>                                                                                                                                                                                                                                                                                                |    |\n| \\[                                                                                                                                                                                                                                                                                                                                             |    |\n| **type:pr review-requested:benbalter**]\\(<https://github.com/search?utf8=%E2%9C%93&q=type%3Apr+review-requested%3Abenbalter&type=Issues&ref_product=github&ref_type=engagement&ref_style=text)는> 특정 사용자에게 검토를 요청한 끌어오기 요청과 일치합니다. 요청된 검토자는 끌어오기 요청을 검토한 후 검색 결과에 더 이상 나열되지 않습니다. 요청받은 사람이 검토 요청을 받은 팀에 있는 경우 해당 팀에 대한 검토 요청도 검색 결과에 표시됩니다.     |    |\n|                                                                                                                                                                                                                                                                                                                                                |    |\n| <code>review-involves:<em>USERNAME</em></code>                                                                                                                                                                                                                                                                                                 |    |\n| \\[                                                                                                                                                                                                                                                                                                                                             |    |\n| **type:pr review-involvs:gjtorikian**]\\(<https://github.com/search?utf8=%E2%9C%93&q=type%3Apr+review-involves%3Agjtorikian&type=pullrequests&ref_product=github&ref_type=engagement&ref_style=text>) 은 특정 사용자가 직접 검토하도록 요청되었는지, 요청된 팀에 있는지 또는 이미 검토했는지 여부에 관계없이 특정 사용자가 검토에 참여하는 끌어오기 요청을 일치시킵니다.                                              |    |\n| `review-requested`의 경우와 달리 이러한 풀 리퀘스트는 해당 사용자 또는 팀원이 검토한 후에도 결과에 계속 표시됩니다.                                                                                                                                                                                                                                                                     |    |\n|                                                                                                                                                                                                                                                                                                                                                |    |\n| <code>user-review-requested:@me</code>                                                                                                                                                                                                                                                                                                         |    |\n| \\[                                                                                                                                                                                                                                                                                                                                             |    |\n| **type:pruser-review-requested:@me**]\\(<https://github.com/search?q=is%3Apr+user-review-requested%3A%40me+&ref_product=github&ref_type=engagement&ref_style=text)은> 귀하가 직접 검토 요청을 받은 풀 리퀘스트와 일치합니다.                                                                                                                                            |    |\n| <code>team-review-requested:<em>TEAMNAME</em></code>                                                                                                                                                                                                                                                                                           |    |\n| \\[                                                                                                                                                                                                                                                                                                                                             |    |\n| **type:pr team-review-requested:github/docs**]\\(<https://github.com/search?q=type%3Apr+team-review-requested%3Agithub%2Fdocs&type=pullrequests&ref_product=github&ref_type=engagement&ref_style=text)는> 팀 `github/docs`의 검토 요청이 있는 끌어오기 요청과 매칭합니다. 요청된 검토자는 끌어오기 요청을 검토한 후 검색 결과에 더 이상 나열되지 않습니다.                                              |    |\n| <code>team-review-requested-user:<em>USERNAME</em></code>                                                                                                                                                                                                                                                                                      |    |\n| \\[                                                                                                                                                                                                                                                                                                                                             |    |\n| **type:pr team-review-requested-user:benbalter**]\\(<https://github.com/search?q=type%3Apr+team-review-requested-user%3Abenbalter&type=pullrequests&ref_product=github&ref_type=engagement&ref_style=text)는> 특정 사용자가 속한 팀 중 어느 팀으로부터든 검토 요청이 있는 풀 리퀘스트를 찾습니다. 사용자를 대상으로 하는 검토 요청은 특별히 포함되지 않습니다. 요청된 검토자는 끌어오기 요청을 검토한 후 검색 결과에 더 이상 나열되지 않습니다. |    |\n\n## 문제 또는 끌어오기 요청이 생성되거나 마지막으로 업데이트된 시점으로 검색\n\n생성 시간 또는 마지막으로 업데이트된 시간을 기준으로 문제를 필터링할 수 있습니다. 문제 생성의 경우 `created` 한정자를 사용할 수 있습니다. 문제가 마지막으로 업데이트된 시점을 확인하려면 `updated` 한정자를 사용해야 합니다.\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날짜를 검색할 때 보다 큼, 보다 작음, 범위 한정자를 사용하여 결과를 추가로 필터링할 수 있습니다. 자세한 내용은 [검색 구문 이해](/ko/enterprise-cloud@latest/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| **language:c# created:<2011-01-01 state:open**]\\(<https://github.com/search?q=language%3Ac%23+created%3A%3C2011-01-01+state%3Aopen&type=Issues&ref_product=github&ref_type=engagement&ref_style=text)은> C#으로 작성된 리포지토리에서 2011년 이전에 만들어진 열린 문제와 일치합니다. |    |\n| <code>updated:<em>YYYY-MM-DD</em></code>                                                                                                                                                                                                              |    |\n| \\[                                                                                                                                                                                                                                                    |    |\n| **weird in:body updated:>=2013-02-01**]\\(<https://github.com/search?q=weird+in%3Abody+updated%3A%3E%3D2013-02-01&type=Issues&ref_product=github&ref_type=engagement&ref_style=text)는> 본문에 \"weird\"라는 단어가 있고 2013년 2월 1일 이후에 업데이트된 이슈와 일치합니다.           |    |\n\n## 문제 또는 끌어오기 요청이 닫힌 시점으로 검색\n\n`closed` 한정자를 사용하여 요청을 닫은 시점에 따라 문제 및 끌어오기 요청을 필터링할 수 있습니다.\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날짜를 검색할 때 보다 큼, 보다 작음, 범위 한정자를 사용하여 결과를 추가로 필터링할 수 있습니다. 자세한 내용은 [검색 구문 이해](/ko/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax)을(를) 참조하세요.\n\n| 한정자                                                                                                                                                                                                                                                     | 예시 |\n| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -- |\n| <code>closed:><em>YYYY-MM-DD</em></code>                                                                                                                                                                                                                |    |\n| \\[                                                                                                                                                                                                                                                      |    |\n| **language:swift closed:>2014-06-11**]\\(<https://github.com/search?q=language%3Aswift+closed%3A%3E2014-06-11&type=Issues&ref_product=github&ref_type=engagement&ref_style=text)은> 2014년 6월 11일 이후에 종료된 Swift의 문제 및 끌어오기 요청과 일치합니다.                      |    |\n| <code>in:body closed:<<em>YYYY-MM-DD</em></code>                                                                                                                                                                                                        |    |\n| \\[                                                                                                                                                                                                                                                      |    |\n| **data in:body closed:<2012-10-01**]\\(<https://github.com/search?utf8=%E2%9C%93&q=data+in%3Abody+closed%3A%3C2012-10-01+&type=Issues&ref_product=github&ref_type=engagement&ref_style=text)은> 2012년 10월 이전에 닫힌 본문에 “data”라는 단어가 있는 문제 및 끌어오기 요청과 일치합니다. |    |\n\n## 끌어오기 요청이 병합된 시점으로 검색\n\n`merged` 한정자를 사용하여 병합 시점에 따라 끌어오기 요청을 필터링할 수 있습니다.\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날짜를 검색할 때 보다 큼, 보다 작음, 범위 한정자를 사용하여 결과를 추가로 필터링할 수 있습니다. 자세한 내용은 [검색 구문 이해](/ko/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax)을(를) 참조하세요.\n\n| 한정자       | 예시 |\n| --------- | -- |\n| <code>    |    |\n| language: |    |\n\n<em>\nLANGUAGE\n</em>\n</code>\n<code>\nmerged:<\n<em>\nYYYY-MM-DD\n</em>\n</code>\n| \n[\n**\n`language:javascript merged:<2011-01-01`\n**\n](https://github.com/search?q=language%3Ajavascript+merged%3A%3C2011-01-01+&type=Issues&ref_product=github&ref_type=engagement&ref_style=text)은 2011년 이전에 병합된 JavaScript 리포지토리의 끌어오기 요청과 일치합니다.\n| `in:title`\n<code>\nlanguage:\n<em>\nLANGUAGE\n</em>\n</code>\n<code>\nmerged:>\n<em>\nYYYY-MM-DD\n</em>\n</code>\n| \n[\n**fast in:title language:ruby merged:>=2014-05-01**](https://github.com/search?q=fast+in%3Atitle+language%3Aruby+merged%3A%3E%3D2014-05-01+&type=Issues&ref_product=github&ref_type=engagement&ref_style=text)은 2014년 5월 이후에 병합된 제목에 “fast”라는 단어가 있는 Ruby의 끌어오기 요청과 일치합니다.\n\n## 끌어오기 요청의 병합 여부를 기준으로 검색\n\n`is` 한정자를 사용하여 병합되었거나 병합되지 않았는지 여부에 따라 끌어오기 요청을 필터링할 수 있습니다.\n\n| 한정자                                                                                                                                                                                                              | 예시 |\n| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -- |\n| `is:merged`                                                                                                                                                                                                      |    |\n| \\[                                                                                                                                                                                                               |    |\n| **bug is:pr is:merged**]\\(<https://github.com/search?utf8=%E2%9C%93&q=bugfix+is%3Apr+is%3Amerged&type=&ref_product=github&ref_type=engagement&ref_style=text)는> “bug”라는 단어가 있는 병합된 풀 리퀘스트와 연결됩니다.                |    |\n| `is:unmerged`                                                                                                                                                                                                    |    |\n| \\[                                                                                                                                                                                                               |    |\n| **error is:unmerged**]\\(<https://github.com/search?utf8=%E2%9C%93&q=error+is%3Aunmerged&type=&ref_product=github&ref_type=engagement&ref_style=text)는> \"error\"라는 단어가 포함된 끌어오기 요청 중에서 열려 있거나 병합되지 않고 닫힌 것과 일치합니다. |    |\n\n## 리포지토리가 보관되는지 여부를 기준으로 검색\n\n`archived` 한정자는 문제 또는 끌어오기 요청이 보관된 리포지토리에 있는지 여부에 따라 결과를 필터링합니다.\n\n| 한정자                                                                                                                                                                                                             | 예시 |\n| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -- |\n| `archived:true`                                                                                                                                                                                                 |    |\n| \\[                                                                                                                                                                                                              |    |\n| **archived:true GNOME**]\\(<https://github.com/search?q=archived%3Atrue+GNOME&type=&ref_product=github&ref_type=engagement&ref_style=text)은> 액세스 권한이 있는 보관된 리포지토리에 “GNOME”이라는 단어가 포함된 문제 및 끌어오기 요청과 일치합니다.       |    |\n| `archived:false`                                                                                                                                                                                                |    |\n| \\[                                                                                                                                                                                                              |    |\n| **archived:false GNOME**]\\(<https://github.com/search?q=archived%3Afalse+GNOME&type=&ref_product=github&ref_type=engagement&ref_style=text)은> 액세스 권한이 있는 보관되지 않은 리포지토리에 “GNOME”이라는 단어가 포함된 문제 및 끌어오기 요청과 일치합니다. |    |\n\n## 대화가 잠겨 있는지 여부를 기준으로 검색\n\n`is` 한정자를 사용하여 잠긴 대화가 있는 문제 또는 끌어오기 요청을 검색할 수 있습니다. 자세한 내용은 [대화 잠금](/ko/enterprise-cloud@latest/communities/moderating-comments-and-conversations/locking-conversations)을(를) 참조하세요.\n\n| 한정자                                                                                                                                                                                                                                                                             | 예시 |\n| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -- |\n| `is:locked`                                                                                                                                                                                                                                                                     |    |\n| \\[                                                                                                                                                                                                                                                                              |    |\n| **code of conduct is:locked is:issue archived:false**]\\(<https://github.com/search?q=code+of+conduct+is%3Alocked+is%3Aissue+archived%3Afalse&ref_product=github&ref_type=engagement&ref_style=text)는> 보관되지 않은 리포지토리에서 대화가 잠긴, \"code of conduct\"라는 단어가 포함된 이슈 또는 끌어오기 요청과 일치합니다. |    |\n| `is:unlocked`                                                                                                                                                                                                                                                                   |    |\n| \\[                                                                                                                                                                                                                                                                              |    |\n| **code of conduct is:unlocked is:issue archived:false**]\\(<https://github.com/search?q=code+of+conduct+is%3Aunlocked+archived%3Afalse&ref_product=github&ref_type=engagement&ref_style=text)는> 보관되지 않은 리포지토리에서 대화가 잠금 해제된, \"code of conduct\"라는 단어가 포함된 이슈 또는 끌어오기 요청과 일치합니다.    |    |\n\n## 누락된 메타데이터로 검색\n\n`no` 한정자를 사용하여 특정 메타데이터가 누락된 문제 및 끌어오기 요청으로 검색 범위를 좁힐 수 있습니다. 이러한 한정자를 빼기(하이픈) 기호와 결합하여 메타데이터가 누락된 항목을 제외할 수 없습니다. 해당 메타데이터에는 다음이 포함됩니다.\n\n* 레이블\n* 마일스톤\n* 담당자\n* 프로젝트\n\n| 한정자                                                                                                                                                                                                                                                                          | 예시 |\n| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -- |\n| `no:label`                                                                                                                                                                                                                                                                   |    |\n| \\[                                                                                                                                                                                                                                                                           |    |\n| **priority no:label**]\\(<https://github.com/search?q=priority+no%3Alabel&type=Issues&ref_product=github&ref_type=engagement&ref_style=text)는> \"priority\"라는 단어가 있고 레이블도 없는 이슈 및 끌어오기 요청과 일치합니다.                                                                               |    |\n| `no:milestone`                                                                                                                                                                                                                                                               |    |\n| \\[                                                                                                                                                                                                                                                                           |    |\n| **sprint no:milestone type:issue**]\\(<https://github.com/search?q=sprint+no%3Amilestone+type%3Aissue&type=Issues&ref_product=github&ref_type=engagement&ref_style=text)는> “sprint”라는 단어가 포함된 마일스톤과 연결되지 않은 문제와 일치합니다.                                                        |    |\n| `no:assignee`                                                                                                                                                                                                                                                                |    |\n| \\[                                                                                                                                                                                                                                                                           |    |\n| **important no:assignee language:java type:issue**]\\(<https://github.com/search?q=important+no%3Aassignee+language%3Ajava+type%3Aissue&type=Issues&ref_product=github&ref_type=engagement&ref_style=text)는> 담당자가 연결되어 있지 않고 \"important\"라는 단어가 포함되며 Java 리포지토리에 있는 이슈와 일치합니다. |    |\n| `no:project`                                                                                                                                                                                                                                                                 |    |\n| \\[                                                                                                                                                                                                                                                                           |    |\n| **build no:project**]\\(<https://github.com/search?utf8=%E2%9C%93&q=build+no%3Aproject&type=Issues&ref_product=github&ref_type=engagement&ref_style=text)는> \"**build**\"라는 단어를 포함하고 프로젝트와 연결되지 않은 문제를 찾습니다.                                                                    |    |\n\n## 추가 참고 자료\n\n* [검색 결과 정렬](/ko/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github/sorting-search-results)"}