This is an automated email from the ASF dual-hosted git repository. abhishekrb19 pushed a commit to branch enable-github-issues in repository https://gitbox.apache.org/repos/asf/druid-operator.git
commit c13992d51ca8dd8f2a679ccb316442fc50404ec1 Author: Abhishek Balaji Radhakrishnan <[email protected]> AuthorDate: Wed Jun 10 17:15:55 2026 -0700 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. --- .asf.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index 4846737..d666739 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -4,6 +4,12 @@ github: description: 'Apache Druid Operator: a Kubernetes operator for Apache Druid.' homepage: https://druid.apache.org/ + # Enable GitHub features to mirror the main apache/druid repository. + 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]
