brejoc / teampulls

teampulls lists all of the pull requests for a list of users and repositories and highlights the old ones in red.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is it?

teampulls lists all of the pull requests for a list of users and repositories. On top of that every pull requests that is older than 14 days is printed in red.

Getting started

Installation

Pypi

pip install teampulls

openSUSE RPM package

build result

I'm currently building packages for Tumbleweed, Leap 15.1 and Leap 15.2 on OBS. These packages ship the example config in /etc/teampulls.toml.

Fedora

teampulls is part of Fedora since Fedora 33.

Edit the settings file

Please copy the teampulls.toml either to /etc/teampulls.toml or to ~/.teampulls.toml. Now you'll have to add the users and repositories you are interested in. You also need a Github API token, that can either be set in the settings file or via the environment variable GITHUB_TOKEN.

Get the pull requests

To get the list of pull requests you can execute teampulls.

About

teampulls lists all of the pull requests for a list of users and repositories and highlights the old ones in red.

License:GNU General Public License v3.0


Languages

Language:Python 94.4%Language:Makefile 5.6%