ArielGlenn has submitted this change and it was merged.

Change subject: Make hook-bugzilla act on "bug" footers as well
......................................................................


Make hook-bugzilla act on "bug" footers as well

Change-Id: I02cc49dbc98503ebdbeb60df252099e9f006d037
---
M files/gerrit/its/action.config
1 file changed, 3 insertions(+), 3 deletions(-)

Approvals:
  ArielGlenn: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/files/gerrit/its/action.config b/files/gerrit/its/action.config
index c0ff55d..ecf06b8 100644
--- a/files/gerrit/its/action.config
+++ b/files/gerrit/its/action.config
@@ -2,17 +2,17 @@
        event-type = change-merged,change-abandoned,change-restored
        status = !,DRAFT
        is-draft = !,true
-       association = subject,footer-Bug
+       association = subject,footer-Bug,footer-bug
        action = add-standard-comment
 
 [rule "patchSetCreated"]
        event-type = patchset-created
        status = !,DRAFT
        is-draft = !,true
-       association = added@subject,added@footer-Bug
+       association = added@subject,added@footer-Bug,added@footer-bug
        action = add-standard-comment
 
 [rule "changeDraftPublished"]
        event-type = draft-published
-       association = subject,footer-Bug
+       association = subject,footer-Bug,footer-bug
        action = add-velocity-comment DraftPublished

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I02cc49dbc98503ebdbeb60df252099e9f006d037
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: QChris <[email protected]>
Gerrit-Reviewer: ArielGlenn <[email protected]>
Gerrit-Reviewer: Demon <[email protected]>
Gerrit-Reviewer: coren <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to