-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Bugzilla Spam #148
Comments
This isn't the bots doing. That's the GitHub-Bugzilla bridge. We could replace this entirely with the bot and prevent the spam, but this more or less depends on @braddr making the Bugzilla REST API publicly available (Bugzilla comes with a REST API).
Yep I totally agree that it's annoying. |
thanks! That works for me. May want to post something about it so people aren't confused when their stable branch fixes don't close the bugs. |
Yes @schveiguy, good idea to inform people, but please don't ask me to do stuff you can do yourself ;). |
That unfortunately collides a bit with our changed tool when generating changelogs solely based on stable commits. So now building a release would require to merge back stable beforehand for the bug to be closed :/. Somewhat problematic while that still isn't automated. |
But a merge back to master from stable is probably a great idea before a release -- it would be odd for a bug fixed in a stable release not to be in master when the release is made. |
Atm. I do it as part of the release script [¹]. For the time being we might want to change the FIXED&RESOLVED criteria to commit in stable matches
What's odd about that? Master is always in development and it's not user-faced. |
Not sure if this is dlang-bot or not, but I'm sure you guys also have some insight on this.
I'm seeing a lot of spam on bugzilla when git merging happens. e.g.: https://issues.dlang.org/show_bug.cgi?id=9287#c7
Is there a way to restrict the commit actions to trigger a comment on bugzilla to
Not well-versed enough in how this works to have any idea what to do. Just thought I'd post an issue.
The text was updated successfully, but these errors were encountered: