This is an automated email from the ASF dual-hosted git repository.

gangwu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-mr.git


The following commit(s) were added to refs/heads/master by this push:
     new 89e222f6b PARQUET-2407: Minimize settings in jira_options of .asf.yaml 
(#1233)
89e222f6b is described below

commit 89e222f6bbd7b04b774702a9679573b3f9c4011c
Author: Gang Wu <[email protected]>
AuthorDate: Wed Dec 6 16:37:08 2023 +0800

    PARQUET-2407: Minimize settings in jira_options of .asf.yaml (#1233)
---
 .asf.yaml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index abc4bbad9..7c14749b2 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -16,8 +16,10 @@
 # specific language governing permissions and limitations
 # under the License.
 #
+# https://cwiki.apache.org/confluence/display/INFRA/git+-+.asf.yaml+features
+#
 notifications:
   commits:      [email protected]
   issues:       [email protected]
-  pullrequests: [email protected]
-  jira_options: link label worklog
+  pullrequests: [email protected]
+  jira_options: link

Reply via email to