Skip to content

x/build/cmd/gopherbot: reply when a command is not understood #28223

Open
@josharian

Description

@josharian

Broken out from some other recent issue (#27961 (comment)), a suggestion from @bradfitz: if @gopherbot doesn't understand a request (e.g. because a human substituted a synonym for one of the magic commands), it should reply and say so.

cc @FiloSottile @dmitshur

Activity

added this to the Unreleased milestone on Oct 15, 2018
added
Buildersx/build issues (builders, bots, dashboards)
on Oct 15, 2018
dmitshur

dmitshur commented on Oct 15, 2018

@dmitshur
Member

What's the criteria for @gopherbot to consider a comment to be a request?

Should it be a comment that mentions @gopherbot and also contains "please"? Or just the mention on its own?

josharian

josharian commented on Oct 16, 2018

@josharian
ContributorAuthor

I'd say "please" is the magic word. :) Maybe "please" in the same sentence/line.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Buildersx/build issues (builders, bots, dashboards)

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @josharian@dmitshur@gopherbot

        Issue actions

          x/build/cmd/gopherbot: reply when a command is not understood · Issue #28223 · golang/go