argopy.utils.Github.ls_PRbaseline

argopy.utils.Github.ls_PRbaseline#

Github.ls_PRbaseline(start_date: str | Timestamp = None, end_date: str | Timestamp = None) DataFrame[source]#

List all PRs in the baseline

A baseline PR is a PR is not merged back to the master branch, hence such a PR is not included in any release.

Parameters:
Return type:

pandas.DataFrame

See also

Github.ls_PRs