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

zihaoxiang pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 321f73fd23 [chore] recover issue buttom in asf.yaml (#17076)
321f73fd23 is described below

commit 321f73fd239c5038b632b3616082b807201d9174
Author: Jay Chung <[email protected]>
AuthorDate: Thu Mar 20 14:25:10 2025 +0800

    [chore] recover issue buttom in asf.yaml (#17076)
    
    we need to explicitly declare issue to avoid issue disable by asf
    
    
    ref
    * 
https://github.com/apache/infrastructure-asfyaml?tab=readme-ov-file#repository-features
    * #17075
---
 .asf.yaml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 17f5b4e06f..22ebf16cfb 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -54,6 +54,13 @@ github:
         dismiss_stale_reviews: true
         required_approving_review_count: 2
   features:
+    # Enable issues management
+    issues: true
+    # Enable projects for project management boards
+    projects: false
+    # Enable wiki for documentation
+    wiki: false
+    # Enable discussions
     discussions: true
 
 notifications:

Reply via email to