Ryan Lane has submitted this change and it was merged.

Change subject: Properly configure hooks-bugzilla plugin based on feedback
......................................................................


Properly configure hooks-bugzilla plugin based on feedback

- Comment on change abandoned/restored
- Comment on new changes
- Don't comment on new patchsets

Change-Id: I1219d6abf261057fbfefe9c88518553d7bfd45e2
---
M templates/gerrit/gerrit.config.erb
1 file changed, 4 insertions(+), 3 deletions(-)

Approvals:
  Ryan Lane: Looks good to me, approved
  QChris: Looks good to me, but someone else must approve
  jenkins-bot: Verified



diff --git a/templates/gerrit/gerrit.config.erb 
b/templates/gerrit/gerrit.config.erb
index 3120509..007acb4 100644
--- a/templates/gerrit/gerrit.config.erb
+++ b/templates/gerrit/gerrit.config.erb
@@ -109,9 +109,10 @@
 [bugzilla]
        url = https://bugzilla.wikimedia.org
        username = [email protected]
-       commentOnChangeAbandoned = false
+       commentOnChangeAbandoned = true
        commentOnChangeMerged = true
-       commentOnChangeRestored = false
+       commentOnChangeRestored = true
+       commentOnChangeCreated = true
        commentOnCommentAdded = false
-       commentOnPatchSetCreated = true
+       commentOnPatchSetCreated = false
        commentOnRefUpdatedGitWeb = false

-- 
To view, visit https://gerrit.wikimedia.org/r/54989
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I1219d6abf261057fbfefe9c88518553d7bfd45e2
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Demon <[email protected]>
Gerrit-Reviewer: Demon <[email protected]>
Gerrit-Reviewer: QChris <[email protected]>
Gerrit-Reviewer: Ryan Lane <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to