Skip to content
Nick Schonning edited this page May 2, 2013 · 5 revisions

Welcome to the pulley wiki!

Configuration

To configure pulley, edit the config.json file.

interactive (bool)

  • If true, git commit is done with -e

remote (string)

  • The name of the git remote, ex: upstream, origin, etc...
  • This is the git remote that is used for pulling the changes and pushing the results.

repos (object) (optional)

  • Base urls for issue trackers. Keyed by username/reponame, value is the url that gets the ticket ID appended to it (extracted from pull title/body in the form #(\d+)).

Known Issues

Customizing the commit-msg format (default: "Close GH-{id}: {title}."), currently requires modifying the pulley.js file (see also issue #52).