An open API service indexing awesome lists of open source software.

https://github.com/haarts/mcpull

Show which pull requests are open in your organization
https://github.com/haarts/mcpull

git organization pull-requests utility

Last synced: over 1 year ago
JSON representation

Show which pull requests are open in your organization

Awesome Lists containing this project

README

          

*DEPRECATED* Use [github.com/pulls](https://github.com/pulls) and the search
parameter `user:your-organization`. I wish my colleague told me before. :)

Show the open pull requests of your organisation

## Dependencies

- [Bash](https://www.gnu.org/software/bash/)
- [jq](https://stedolan.github.io/jq/)

You also need a Github personal access token. Log in to Github and go to
https://github.com/settings/tokens. Grant it all 'repo' and 'admin:org:read'
rights. Keep it secret.

## Install

```
$ git clone git@github.com:haarts/mcpull.git
```

## Run

```
$ export GH_TOKEN=
$ ./open_pull_requests.sh
```