You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by zh...@apache.org on 2022/11/15 15:08:53 UTC

[dolphinscheduler-sdk-python] branch main updated: [chore] Enabled delete branch after merged (#17)

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

zhoujieguang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-sdk-python.git


The following commit(s) were added to refs/heads/main by this push:
     new dafc055  [chore] Enabled delete branch after merged (#17)
dafc055 is described below

commit dafc055267e91bf6b20a59d6fd8af3d60daeeffc
Author: Jay Chung <zh...@gmail.com>
AuthorDate: Tue Nov 15 23:08:48 2022 +0800

    [chore] Enabled delete branch after merged (#17)
    
    Add new functon delete branch after merged.
    see more detail in: https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features#Git.asf.yamlfeatures-Deletebranchonmerge
---
 .asf.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.asf.yaml b/.asf.yaml
index 5e4ede7..6825afc 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -29,6 +29,7 @@ github:
     squash: true
     merge: false
     rebase: false
+  del_branch_on_merge: true
   protected_branches:
     main:
       required_status_checks: