Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a utility to detect description changes #1127

Closed
wants to merge 3 commits into from

Commits on Apr 2, 2018

  1. Add a utility to detect description changes

    We use this internally for pinging docs team for PR reviews.
    eapache committed Apr 2, 2018
    Configuration menu
    Copy the full SHA
    eb15335 View commit details
    Browse the repository at this point in the history
  2. Refactor for better typing

    Strongly type the return objects, use invariants in a way to satisfy
    flow, and DRY up one common function.
    eapache committed Apr 2, 2018
    Configuration menu
    Copy the full SHA
    3948be9 View commit details
    Browse the repository at this point in the history
  3. Add more tests

    eapache committed Apr 2, 2018
    Configuration menu
    Copy the full SHA
    9dd09cd View commit details
    Browse the repository at this point in the history