Skip to content

GitHub CLI extension that generates a weekly report in markdown listing the PRs worked on

License

Notifications You must be signed in to change notification settings

mgaitan/gh-weekly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

gh weekly GitHub CLI extension

GitHub CLI extension that generates a report in markdown listing the PRs you (or somebody else) worked on during the last week or so.

Installation

gh extension install mgaitan/gh-weekly

Then run:

gh weekly

The full command line syntax is:

gh weekly [--author <author>] [--since <since>] [--org <org>]

By default the --author is "@me" (i.e you!), --since is "7 days ago" and --org is the owner of the repo you are currently running the command.

So, for example, what has our fellow pythonist @pablogsal been doing in the Python repos during the last 3 days?

$ gh weekly --author pablogsal --org python --since "3 days ago"
- [#105985](https://github.com/python/cpython/pull/105985) gh-98931: Add custom error messages to invalid import/from with multiple targets (MERGED)
- [#105962](https://github.com/python/cpython/pull/105962) gh-105960: Prevent stack overflows when using itertools.chain.from_iterable (CLOSED)

About

GitHub CLI extension that generates a weekly report in markdown listing the PRs worked on

Topics

Resources

License

Stars

Watchers

Forks

Languages