From e90797c99adf7dda3959babfaded7afa3c693f6e Mon Sep 17 00:00:00 2001 From: Manikumar Reddy Date: Mon, 20 Apr 2020 18:52:27 +0530 Subject: [PATCH 1/2] MINOR: Use .asf.yaml to direct github notifications to JIRA and mailing lists --- .asf.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .asf.yaml diff --git a/.asf.yaml b/.asf.yaml new file mode 100644 index 0000000000000..6c78bd49066c9 --- /dev/null +++ b/.asf.yaml @@ -0,0 +1,22 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. + +notifications: + commits: commits@kafka.apache.org + issues: github@kafka.apache.org + pullrequests: github@kafka.apache.org + jira_options: link label From ce2cc3fb16ac1811da629bb8c1c3d2df052fd855 Mon Sep 17 00:00:00 2001 From: Manikumar Reddy Date: Mon, 20 Apr 2020 19:34:26 +0530 Subject: [PATCH 2/2] use `jira@kafka.apache.org` mailing list for notifications --- .asf.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 6c78bd49066c9..ae0dede4e04d0 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -17,6 +17,6 @@ notifications: commits: commits@kafka.apache.org - issues: github@kafka.apache.org - pullrequests: github@kafka.apache.org + issues: jira@kafka.apache.org + pullrequests: jira@kafka.apache.org jira_options: link label