This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a commit to branch re-enable-discussions
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/re-enable-discussions by this
push:
new 221e5abcc1 fix(repo): re-enable GitHub Discussions
221e5abcc1 is described below
commit 221e5abcc19e1b27d4f7339da49ec9208d4d4ceb
Author: Evan Rusackas <[email protected]>
AuthorDate: Mon Mar 17 10:37:20 2025 -0600
fix(repo): re-enable GitHub Discussions
---
.asf.yaml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index 50611567f2..e08fa23863 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -48,6 +48,8 @@ github:
projects: true
# Enable wiki for documentation
wiki: true
+ # Enable discussions
+ discussions: true
enabled_merge_buttons:
squash: true
@@ -57,6 +59,12 @@ github:
ghp_branch: gh-pages
ghp_path: /
+ notifications:
+ commits: [email protected]
+ issues: [email protected]
+ pullrequests: [email protected]
+ discussions: [email protected]
+
protected_branches:
master:
required_status_checks: