diff options
| -rwxr-xr-x | communication/slack-config/restrictions.yaml | 1 | ||||
| -rw-r--r-- | communication/slack-config/sig-testing/config.yaml | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/communication/slack-config/restrictions.yaml b/communication/slack-config/restrictions.yaml index 19ba37ab..30f97879 100755 --- a/communication/slack-config/restrictions.yaml +++ b/communication/slack-config/restrictions.yaml @@ -56,6 +56,7 @@ restrictions: - "^sig-testing" - "^kind" - "^prow" + - "^testgrid" - "^testing" usergroups: - "^test-infra-oncall$" diff --git a/communication/slack-config/sig-testing/config.yaml b/communication/slack-config/sig-testing/config.yaml index 6db8443c..fea12efd 100644 --- a/communication/slack-config/sig-testing/config.yaml +++ b/communication/slack-config/sig-testing/config.yaml @@ -3,6 +3,7 @@ channels: - name: prow - name: prow-alerts - name: sig-testing + - name: testgrid - name: testing-commons archived: true - - name: testing-ops
\ No newline at end of file + - name: testing-ops |
