You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by do...@apache.org on 2023/09/01 16:58:36 UTC

[spark] branch master updated: [SPARK-44942][INFRA] Use Jira notification options to sync with Github

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

dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 71d53130096 [SPARK-44942][INFRA] Use Jira notification options to sync with Github
71d53130096 is described below

commit 71d531300967655395250a3371c865c9d39f14b4
Author: Kent Yao <ya...@apache.org>
AuthorDate: Fri Sep 1 09:58:20 2023 -0700

    [SPARK-44942][INFRA] Use Jira notification options to sync with Github
    
    ### What changes were proposed in this pull request?
    
    The dev/github_jira_sync.py does not work well these days, this PR tries to solve this issue by using a much more reliable service - https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features#Git.asf.yamlfeatures-Jiranotificationoptions
    
    And maybe we can remove dev/github_jira_sync.py but I don't know where we run this script yet.
    ### Why are the changes needed?
    
    for jira and github sync
    
    ### Does this PR introduce _any_ user-facing change?
    
    no
    
    ### How was this patch tested?
    
    Took a tour of a few Apache projects
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    no
    
    Closes #42750 from yaooqinn/SPARK-44942.
    
    Authored-by: Kent Yao <ya...@apache.org>
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
---
 .asf.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.asf.yaml b/.asf.yaml
index ae5e99cf230..22042b355b2 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -36,3 +36,4 @@ notifications:
   pullrequests: reviews@spark.apache.org
   issues: reviews@spark.apache.org
   commits: commits@spark.apache.org
+  jira_options: link label


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org