Skip to content

Instantly share code, notes, and snippets.

@RadValentin
Created May 16, 2014 10:09
Show Gist options
  • Save RadValentin/f11d5af484179d711d8c to your computer and use it in GitHub Desktop.
Save RadValentin/f11d5af484179d711d8c to your computer and use it in GitHub Desktop.

Need

We need a way to get the title and label for issues on a given branch on GitHub that are newer than a provided timestamp and that have a certain label(different from the one being returned)

Deliverables

  • Methods that integrate with the GitHub API and that will filter and extract titles and labels according to the provided timestamp, branch and label

Solution

We need to build the following functionality:

  • A method to get all merge commits since the given timestamp (filter by branch)
  • A method to extract issue meta data from commit issue ID reference (ex: #3351)
  • A method to filter issues by label
  • A method to return title and label that the plugin can use to populate the notification list

Prerequisites

TODO

  • Research how to integrate with the GitHub API
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment