diff options
| author | Cheryl Fong <12985181+Bubblemelon@users.noreply.github.com> | 2019-04-29 10:25:07 -0700 |
|---|---|---|
| committer | Stephen Augustus <saugustus@vmware.com> | 2019-05-05 19:00:11 -0400 |
| commit | 700e1ff7e0fb4926a5760320e400b65782de3d13 (patch) | |
| tree | fd8300489056544612e248372a41b1d78c958d16 | |
| parent | ddde7da2377b01d3dba01d6c5df6ea3cb50cb865 (diff) | |
Add SIG Release Slack configs
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
| -rw-r--r-- | communication/slack-config/channels.yaml | 1 | ||||
| -rw-r--r-- | communication/slack-config/restrictions.yaml | 4 | ||||
| -rw-r--r-- | communication/slack-config/sig-release/OWNERS | 8 | ||||
| -rw-r--r-- | communication/slack-config/sig-release/config.yaml | 3 |
4 files changed, 15 insertions, 1 deletions
diff --git a/communication/slack-config/channels.yaml b/communication/slack-config/channels.yaml index f6d506f1..24822269 100644 --- a/communication/slack-config/channels.yaml +++ b/communication/slack-config/channels.yaml @@ -240,7 +240,6 @@ channels: - name: sig-node-rkt - name: sig-openstack - name: sig-pm - - name: sig-release - name: sig-scalability - name: sig-scheduling - name: sig-service-catalog diff --git a/communication/slack-config/restrictions.yaml b/communication/slack-config/restrictions.yaml index 320e15b7..2cf54909 100644 --- a/communication/slack-config/restrictions.yaml +++ b/communication/slack-config/restrictions.yaml @@ -13,4 +13,8 @@ restrictions: - path: "sig-docs/*.yaml" channels: - "^kubernetes-docs-[a-z]{2}$" + - path: "sig-release/*.yaml" + channels: + - "^sig-release$" + - "^release-managers$" - path: "**/*" # prevent any other file from containing anything diff --git a/communication/slack-config/sig-release/OWNERS b/communication/slack-config/sig-release/OWNERS new file mode 100644 index 00000000..c414be94 --- /dev/null +++ b/communication/slack-config/sig-release/OWNERS @@ -0,0 +1,8 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +reviewers: + - sig-release-leads +approvers: + - sig-release-leads +labels: + - sig/release diff --git a/communication/slack-config/sig-release/config.yaml b/communication/slack-config/sig-release/config.yaml new file mode 100644 index 00000000..bf101cfb --- /dev/null +++ b/communication/slack-config/sig-release/config.yaml @@ -0,0 +1,3 @@ +channels: + - name: sig-release + - name: release-managers |
