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: add the author of the change to the notification on github #20

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

Commits on Jun 12, 2019

  1. cmd/gopherbot, maintner: add the author of the change to the notifica…

    …tion on github
    
    When a new change is pushed, the bot posts a message on Github following this new format:
    Change https://golang.org/cl/NNNN by AUTHOR mentions this issue
    
    A new method to the CL's API in the maintner package is added
    to provide the related absolute url.
    
    Fixes #26816
    Ivan Palladino committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    590a834 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2019

  1. maintner: removed the cl url generator

    Restored the maintner file moving the cl url generator to the gopherbot logic as in the previous version.
    Ivan Palladino committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    ebf4772 View commit details
    Browse the repository at this point in the history