This is an automated email from the ASF dual-hosted git repository.
AdheipSingh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid-operator.git
The following commit(s) were added to refs/heads/master by this push:
new c5f2de8 Enable GitHub issues, wiki, and projects via .asf.yaml (#25)
c5f2de8 is described below
commit c5f2de86edbe4d0e42a24910dce031312880f169
Author: Abhishek Radhakrishnan <[email protected]>
AuthorDate: Sat Jun 13 05:17:13 2026 -0700
Enable GitHub issues, wiki, and projects via .asf.yaml (#25)
* Enable GitHub issues, wiki, and projects via .asf.yaml
Add a features block to .asf.yaml to turn on GitHub Issues, Wiki, and
Projects for the druid-operator repository, mirroring the main
apache/druid repository which already has these features enabled.
* Apply suggestion from @abhishekrb19
---------
Co-authored-by: Abhishek Balaji Radhakrishnan
<[email protected]>
---
.asf.yaml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index 4846737..b62492b 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -4,6 +4,11 @@ github:
description: 'Apache Druid Operator: a Kubernetes operator for Apache Druid.'
homepage: https://druid.apache.org/
+ features:
+ issues: true
+ wiki: true
+ projects: true
+
# Attempt to make the auto-generated github emails more easily readable in
email clients.
# Configuration adapted from
https://github.com/apache/plc4x/blob/develop/.asf.yaml.
custom_subjects:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]