Skip to content

Instantly share code, notes, and snippets.

@ayardley
Created January 19, 2012 10:18
Show Gist options
  • Save ayardley/1639268 to your computer and use it in GitHub Desktop.
Save ayardley/1639268 to your computer and use it in GitHub Desktop.
cotto - using the parrotbug proxy repo to open an issue on the parrot repo
(1) parrotbug, via Net::GitHub or Pithub, uses the github API to open an issue on the new parrotbug proxy repo;
(2) the parrotbug proxy repo throws an open issue event (it's a hook api);
(3) the parrot repo "catches" -- i'm not exactly certain how this happens yet, but the docs say it can -- this event;
(4) Here I'm uncertain. That is, i'm not sure what we actually *do* to open the issue on the parrot repo. That is, I'm not sure what the thrown event can kick off on the parrot repo to open an issue, but I'll dig around today and fill in this gap.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment