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
- Host: GitHub
- URL: https://github.com/haarts/mcpull
- Owner: haarts
- Created: 2017-02-10T08:22:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-16T08:28:37.000Z (over 9 years ago)
- Last Synced: 2025-04-02T22:51:27.546Z (over 1 year ago)
- Topics: git, organization, pull-requests, utility
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```