This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/struts-intellij-plugin.git
The following commit(s) were added to refs/heads/main by this push:
new 1a2d77a ci: enable GitHub Issues for the repository (#95)
1a2d77a is described below
commit 1a2d77af08c0f67476d887f318e51c71ef4010e0
Author: Lukasz Lenart <[email protected]>
AuthorDate: Thu Jun 25 16:07:59 2026 +0200
ci: enable GitHub Issues for the repository (#95)
ASF repos have Issues disabled by default. Enable via github.features.issues
in .asf.yaml; issue notifications already route to [email protected].
Co-authored-by: Cursor <[email protected]>
---
.asf.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index 4ca6058..db58465 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -13,6 +13,8 @@ notifications:
github:
description: Apache Struts IntelliJ IDEA plugin
homepage: https://struts.apache.org/idea-plugin
+ features:
+ issues: true
labels:
- "dependencies"
- "github-actions"