Path: blob/master/GitHub/GitHub_List_branches_with_open_PR.ipynb
2973 views
Kernel: Python 3
GitHub - List branches with open PR
Tags: #github #branches #list #api #rest #python #active
Author: Benjamin Filly
Last update: 2023-06-26 (Created: 2023-06-26)
Description: This notebook will list branches with open PR from a given GitHub repository.
Input
Import libraries
In [ ]:
Setup Variables
owner
: owner of the repositoryrepository
: name of the repository
In [ ]:
Model
List branches with open PR's
This function will list get active branches, creator and Creation date from a given GitHub repository.
In [ ]:
Output
Display result
In [ ]: