mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix(repo): re-enable GitHub Discussions (#32703)
This commit is contained in:
@@ -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: commits@superset.apache.org
|
||||
issues: issues@superset.apache.org
|
||||
pullrequests: issues@superset.apache.org
|
||||
discussions: issues@superset.apache.org
|
||||
|
||||
protected_branches:
|
||||
master:
|
||||
required_status_checks:
|
||||
|
||||
Reference in New Issue
Block a user