This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark-docker.git
The following commit(s) were added to refs/heads/master by this push:
new 09094f5 [SPARK-55548] Enable `GitHub Issues` feature (#106)
09094f5 is described below
commit 09094f5da4c0ac4e0605563768114c536a817a1b
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Feb 18 07:02:32 2026 -0800
[SPARK-55548] Enable `GitHub Issues` feature (#106)
### What changes were proposed in this pull request?
This PR aims to enable `GitHub Issues` feature.
### Why are the changes needed?
This will enable `GitHub Issues` feature after the vote passes.
[[VOTE] Open github issues as an experimental
option](https://lists.apache.org/thread/kv11qlr8j05cwqjoyddybclwcn0nv2n7).
### Does this PR introduce _any_ user-facing change?
No. This is an infra change.
### How was this patch tested?
Manual review.
### Was this patch authored or co-authored using generative AI tooling?
No.
---
.asf.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index cc7385f..1b4ebd8 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -18,6 +18,8 @@
github:
description: "Official Dockerfile for Apache Spark"
homepage: https://spark.apache.org/
+ features:
+ issues: true
labels:
- python
- scala
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]