diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2019-05-05 19:51:36 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-05 19:51:36 -0700 |
| commit | aac6d7b2a4258d6fbbb78a98c1d6ccd7e0cb978c (patch) | |
| tree | a63adff21d6b6ae1e6d1f3406cb0af75ebdd08e5 | |
| parent | 5b12936b6a91ddca6b5aa36b015096a9694ef464 (diff) | |
| parent | 700e1ff7e0fb4926a5760320e400b65782de3d13 (diff) | |
Merge pull request #3676 from justaugustus/slack-sig-release
Add SIG Release Slack configs
| -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 32c0496c..44823e8e 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 |
