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 fdd2848  chore: add GitHub repository metadata to .asf.yaml (#38)
fdd2848 is described below

commit fdd2848a0d38b5d75a254e85c4b0b42dfcf7f367
Author: Lukasz Lenart <[email protected]>
AuthorDate: Sat Jan 10 21:06:28 2026 +0100

    chore: add GitHub repository metadata to .asf.yaml (#38)
    
    Add description, homepage URL, and labels configuration for the
    GitHub repository to improve discoverability and organization.
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    Co-authored-by: Claude <[email protected]>
---
 .asf.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index d991286..3baccf7 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -11,6 +11,11 @@ notifications:
   jira_options: link label worklog
 
 github:
+  description: Apache Struts IntelliJ IDEA plugin
+  homepage: https://struts.apache.org/idea-plugin
+  labels:
+    - "dependencies"
+    - "github-actions"
   del_branch_on_merge: true
   protected_branches:
     main:

Reply via email to