-
Notifications
You must be signed in to change notification settings - Fork 18k
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
x/build/cmd/gopherbot: properly link gddo CLs to the gddo issue tracker #22428
Comments
https://go-review.googlesource.com/c/gddo/+/73031 https://go-review.googlesource.com/c/oauth2/+/24946 Try saving the above webpages, run a grep for 520 on the former, for 11811 on the latter, and see what happens. |
CC @bradfitz As you're the Owner of the 2nd CL in the last Comment perhaps you would be inclined to chip in. cf: https://github.com/golang/scratch/issues/1 The scratch sub-repository by the way has a dummy issue. Below is a presumed accurate list of sub-repositories, those with an Issues tab are marked. ☐ sys |
This is OK as the scratch repo is used for testing with our infrastructure in some cases. |
https://help.github.com/articles/disabling-issues/ So the presumption is that for the unmarked subrepos that issues have been turned off. |
This is a dupe of #21072. |
Thanks Kevin |
It would be nice to have gerritbot also link gddo issues (in addition to golang/go issues).
Eg. a CL with the phrase:
Updates golang/gddo#520
in the commit message should have a link to
golang/gddo#520
But it does not. The current behavior is to link to #520.
See this CL as an example:
https://go-review.googlesource.com/c/gddo/+/73031
If this is deemed unnecessary, we should at least remove the link to the #520.
cc @andybons @shantuo
The text was updated successfully, but these errors were encountered: