From ee60f09d04099395c4791d4a6526e261285f1515 Mon Sep 17 00:00:00 2001 From: Martin Grund Date: Thu, 15 Aug 2024 11:25:51 +0200 Subject: [PATCH] Allowing GitHub Issues and Projects --- .asf.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index c83552c..6fc5b40 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -22,6 +22,11 @@ github: merge: false squash: true rebase: true + features: + # Enable the "Issues" tab + issues: true + # Enable the "Projects" tab + projects: true notifications: pullrequests: reviews@spark.apache.org