Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

punt-receiver

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

punt-receiver

  • 0.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Punt::Receiver

Given a set of repos and a Github token, shows all the PRs.

Set up and usage

Install the gem:

gem install punt-receiver

Save your github OAuth token (with repo scope) on a env var named GITHUB_TOKEN and the full path of the config file on the env var PR_REPOS_FILE.

export GITHUB_TOKEN=a-token
export PR_REPOS_FILE=/users/flores/.pr.yaml

On the PR_REPOS_FILE you should put a yaml content like this:

---
repos:
- rails/rails
- rspec/rspec

And then you'll be able to see all open PR's through the command

$ punt-receive

To-do

  • Create a set-up mode that checks for the env vars and creates a bare PR_REPOS_FILE

FAQs

Package last updated on 24 May 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc