Skip to content

So close to what I need #65

@ggb667

Description

@ggb667

I tried to hack on this and make it support my local corporate repos, but no dice.

program
  .version(package.version)
  .option('-g, --github_location <url>', 'url of github')
  ...
return {
    github_location : github_location,
   ...
var url = options.github_location + '/repos/' + options.intoOwner + '/' + options.intoRepo + '/pulls',
      repo = options.intoRepo,
      head = options.fromOwner + ':' + options.fromBranch,
      base = options.intoBranch;

But no dice. Am I missing something?

Tried calling it like:

c:\wk\ms-attraction-reservations>"C:\Program Files\nodejs\node.exe" c:\wk\pullr -g https://mygituub.net -n -l -t "Sonar Jenkins Update" -d "Update Jenkins file so it supports develop branch as opposed to all branches together" -I "develop" -f origin/feature/US32497-1_Sonar -p --plaintext

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions