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

hubot-pr-fu

Package Overview
Dependencies
Maintainers
6
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hubot-pr-fu - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

2

package.json
{
"name": "hubot-pr-fu",
"version": "3.0.0",
"version": "3.0.1",
"author": "Kashyap <kashyap.kmbc@gmail.com>",

@@ -5,0 +5,0 @@ "description": "Advanced Github Flow with Hubot",

@@ -43,5 +43,5 @@ # hubot-pr-fu

simpler, we don't display information about these `nil` state PRs. So
there might be a rare case where the total number of PRs in `status
all` command doesn't match with the sum of mergeable PRs and
non-mergeable PRs in the same command's response.
there might be a rare case where the total number of PRs in `pr all`
command doesn't match with the sum of mergeable PRs and non-mergeable
PRs in the same command's response.

@@ -52,3 +52,3 @@ ### Commands/Features

`status all`
`pr all`

@@ -62,10 +62,10 @@ This command returns the PR stats for the repo. This information would

`status conflicts`
`pr conflicts`
This command returns all the PRs which have merge conflicts. This has
more detailed information for those compared to `status all` command.
more detailed information for those compared to `pr all` command.
The title, PR number, link to that PR, assignee and the username who
opened this PR is included in the information.
`status <username>`
`pr <username>`

@@ -79,3 +79,3 @@ This command returns all the PRs opened by this user. This includes all

One caveat is that the robot will treat every string after `status`
One caveat is that the robot will treat every string after `pr`
other than `all` and `conflicts` as a username. So, don't abuse this.

@@ -82,0 +82,0 @@ Adding a way to make this better is in the works.

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