GitHub user shazron opened a pull request:
https://github.com/apache/cordova-coho/pull/134
CB-11749 - Added --stats-only, --json and --sort-ascending flag to
list-pulls command
--json only works with --stats-only and outputs the stats in JSON format
(false by default).
--sort-ascending only works with --stats-only and sorts the results by
fresh pull requests (false by default).
--json output starts on the second line, filter it out by piping the output
to `tail -n +2`
`old` pull requests are PRs that are older than `--max-age`.
`stale` pull requests are PRs that are `old` and last commented on by
`--hide-user`
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/shazron/cordova-coho stats-only
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-coho/pull/134.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #134
----
commit d34ac90a2e7e09556ebbacd2b94f4a58b04396a3
Author: Shazron Abdullah <[email protected]>
Date: 2016-08-24T00:50:42Z
CB-11749 - Added --stats-only, --json and --sort-ascending flag to
list-pulls command.
--json only works with --stats-only and outputs the stats in JSON format
(false by default).
--sort-ascending only works with --stats-only and sorts the results by
fresh pull requests (false by default).
--json output starts on the second line, filter it out by piping the output
to `tail -n +2`
`old` pull requests are PRs that are older than `--max-age`.
`stale` pull requests are PRs that are `old` and last commented on by
`--hide-user`
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]