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

cmd/gopherbot: relaxed matching rule for the documentation label #21

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jun 14, 2019

  1. gopherbot: relaxed matching rule for the documentation label

    Documentation word is more specific than document to match issues related to Documentation.
    
    Fixes golang/go#31153
    Ivan Palladino committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    ea2aec8 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2019

  1. cmd/gopherbot: match just the whole word document

    When the title contains the word document then
    repeat the check with a regex word boundaries rule then
    return positive just in case of a whole word match.
    
    Updates golang/go#31153
    Ivan Palladino committed Jun 15, 2019
    Configuration menu
    Copy the full SHA
    8247ae2 View commit details
    Browse the repository at this point in the history