Skip to content

kyoto7250/active_pr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

active_pr

an active report of PRs in the github.

install

pip install active_pr

access token

We should get a reading only github token here for access, and set in our env.

export GITHUB_TOKEN=<your token>

usage

export | grep "GITHUB_TOKEN"
GITHUB_TOKEN=<github token>

# search created_at='begin..end' and state is the current state.
active_pr \
    --author kyoto7250 \
    --begin 2023-04-01 \
    --end 2023-04-30 \
    --type both \
    --state closed
    # --github-token <github token>


| repo_name             | type   | title                                                                                                                | created_at   | closed_at   |
|-----------------------|--------|----------------------------------------------------------------------------------------------------------------------|--------------|-------------|
| astral-sh/ruff        | PR     | [[`flake8-simplify`] Implement `dict-get-with-none-default` (`SIM910`)](https://github.com/astral-sh/ruff/pull/3874) | 2023-04-04   | 2023-04-04  |
| astral-sh/ruff        | PR     | [Supports more cases in `SIM112`](https://github.com/astral-sh/ruff/pull/3876)                                       | 2023-04-04   | 2023-04-04  |
| dondongwon/LPMDataset | ISSUE  | [Where is the `scrape_scope` column  at `raw_video_links.csv`?](https://github.com/dondongwon/LPMDataset/issues/3)   | 2023-04-25   | 2023-06-07  |

contribute

If you have suggestions for features or improvements to the code, please feel free to create an issue or PR.

About

an active report of PRs in the github

Resources

License

Stars

Watchers

Forks

Packages

No packages published