Add slack integration
diff --git a/project.config b/project.config
index b7e5877..6c74c64 100644
--- a/project.config
+++ b/project.config
@@ -108,3 +108,15 @@
label-Verified = -1..+1 group Bliss-Developers
rebase = group Administrators
rebase = group Bliss-Developers
+[plugin "slack-integration"]
+ enabled = true
+ webhookurl = https://hooks.slack.com/services/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
+ channel = blissgerrit
+ username = Jack
+ ignore = "^WIP.*"
+ publish-on-patch-set-created = true
+ publish-on-change-merged = true
+ publish-on-comment-added = true
+ publish-on-reviewer-added = true
+ publish-on-wip-ready = true
+ publish-on-private-to-public = true