Skip to content

Instantly share code, notes, and snippets.

@LeeDDHH
Last active April 10, 2024 10:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LeeDDHH/17bd99913e6027a1a5248d168572b4b0 to your computer and use it in GitHub Desktop.
Save LeeDDHH/17bd99913e6027a1a5248d168572b4b0 to your computer and use it in GitHub Desktop.
github prの検索時に使えるオプション

文字列がどのフィールドに含まれているかを検索する

in:title,body,commet

issue、prの作成者を検索する

author:ユーザー名

assigneeを検索する

assignee:ユーザー名

メンションされている人を検索する

mentioned:ユーザー名

コメントした人を検索する

commenter:ユーザー名

関係者(作成者、assigneee、メンションされた人、コメントした人)すべてを検索する

involves:ユーザー名

open、closedの状態を検索する

state:open state:closed

ラベルで検索する

label:ラベル名 label:ラベル名 -label:外したいラベル名

ラベル、assignee、マイルストーンを持たない

no:label no:assignee no:milestone

状態

is:open is:closed is:merged is:unmerged is:pr is:issue

日付時刻で絞り込む

created: YYYY-MM-DD updated: YYYY-MM-DD merged: YYYY-MM-DD closed: YYYY-MM-DD

符号も使える 境界値(..)も使える

コメント数

comments

符号、境界値(..)も使える

ソート

created-asc created-desc updated-asc updated-desc commnted-asc commente-desc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment