diff options
author | Ralph Bean <rbean@redhat.com> | 2017-08-17 16:01:52 +0000 |
---|---|---|
committer | Ralph Bean <rbean@redhat.com> | 2017-08-17 16:01:57 +0000 |
commit | 69c915f7cb12ced5b9e5daff7e4b63f15c25f72c (patch) | |
tree | 1ef6638c45fadf76b31519a7a8f81b4b91cea9e8 | |
parent | 35fa4e429edad652fcf38fe4649e6e4fd2f8138e (diff) | |
download | ansible-69c915f7cb12ced5b9e5daff7e4b63f15c25f72c.tar.gz ansible-69c915f7cb12ced5b9e5daff7e4b63f15c25f72c.tar.xz ansible-69c915f7cb12ced5b9e5daff7e4b63f15c25f72c.zip |
Github is sending this topic nowadays. I see it in logs everywhere.
-rw-r--r-- | inventory/group_vars/github2fedmsg | 1 | ||||
-rw-r--r-- | inventory/group_vars/github2fedmsg-stg | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/inventory/group_vars/github2fedmsg b/inventory/group_vars/github2fedmsg index cce2d9a3d..0ac4f22b6 100644 --- a/inventory/group_vars/github2fedmsg +++ b/inventory/group_vars/github2fedmsg @@ -46,6 +46,7 @@ fedmsg_certs: - github.pull_request.closed - github.pull_request.synchronize - github.pull_request_review_comment + - github.pull_request_review - github.push - github.release - github.star diff --git a/inventory/group_vars/github2fedmsg-stg b/inventory/group_vars/github2fedmsg-stg index 2b393a742..5c02b9a38 100644 --- a/inventory/group_vars/github2fedmsg-stg +++ b/inventory/group_vars/github2fedmsg-stg @@ -46,6 +46,7 @@ fedmsg_certs: - github.pull_request.closed - github.pull_request.synchronize - github.pull_request_review_comment + - github.pull_request_review - github.push - github.release - github.star |