Skip to content

Commit

Permalink
『GitHubで自分がOSSに送ったPR一覧を表示するやつ』のクエリにPR作成日時の指定を追加 (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyu08 authored Aug 26, 2024
1 parent 5afdd14 commit 2a60b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/posts/github-pr-list/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ https://github.com/pulls でクエリに

```shell

is:pr archived:false is:closed author:@me is:public -user:@me
is:pr archived:false is:closed author:@me is:public -user:@me created:2024-01-01..2024-12-31

```
を指定して検索するとこんな感じで表示される。
Expand Down

0 comments on commit 2a60b3a

Please sign in to comment.