diff --git a/modules/gerritbot/files/gerritbot_channel_config.yaml b/modules/gerritbot/files/gerritbot_channel_config.yaml index 8b644df09b..e61d93ff59 100644 --- a/modules/gerritbot/files/gerritbot_channel_config.yaml +++ b/modules/gerritbot/files/gerritbot_channel_config.yaml @@ -67,6 +67,7 @@ openstack-dev: - openstack-infra/devstack-gate branches: - master + - feature/ec openstack-doc: events: @@ -293,6 +294,7 @@ openstack-swift: - openstack/python-swiftclient branches: - master + - feature/ec openstack-state-management: events: diff --git a/modules/openstack_project/files/gerrit/acls/openstack/python-swiftclient.config b/modules/openstack_project/files/gerrit/acls/openstack/python-swiftclient.config index b5ff25943f..d205888e8d 100644 --- a/modules/openstack_project/files/gerrit/acls/openstack/python-swiftclient.config +++ b/modules/openstack_project/files/gerrit/acls/openstack/python-swiftclient.config @@ -1,3 +1,5 @@ +[access "refs/for/refs/*"] + pushMerge = group swift-milestone [access "refs/heads/*"] label-Code-Review = -2..+2 group swift-core label-Approved = +0..+1 group swift-core diff --git a/modules/openstack_project/files/gerrit/acls/openstack/swift.config b/modules/openstack_project/files/gerrit/acls/openstack/swift.config index 704c933e42..8fd16cf479 100644 --- a/modules/openstack_project/files/gerrit/acls/openstack/swift.config +++ b/modules/openstack_project/files/gerrit/acls/openstack/swift.config @@ -1,3 +1,5 @@ +[access "refs/for/refs/*"] + pushMerge = group swift-milestone [access "refs/heads/*"] label-Code-Review = -2..+2 group swift-core label-Approved = +0..+1 group swift-core