abhishekrb19 opened a new pull request, #25: URL: https://github.com/apache/druid-operator/pull/25
## Description Adds a `features:` block to `.asf.yaml` to enable GitHub **Issues**, **Wiki**, and **Projects** for the `druid-operator` repository. These are currently disabled on this repo: ``` apache/druid-operator → has_issues:false has_wiki:false has_projects:false ``` This mirrors the main `apache/druid` repository, which already has all three enabled. Per [ASF infra docs](https://infra.apache.org/request-bug-tracker.html), enabling GitHub issue tracking is self-serve via `.asf.yaml` — no Infra ticket required. The settings take effect shortly after this merges to the default branch. ## Change ```yaml github: features: issues: true wiki: true projects: true ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
