This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch chore/update-github-metadata in repository https://gitbox.apache.org/repos/asf/struts-intellij-plugin.git
commit f040ca7d6f5d5856d82c585819ca7e0d175133e8 Author: Lukasz Lenart <[email protected]> AuthorDate: Sat Jan 10 20:56:39 2026 +0100 chore: add GitHub repository metadata to .asf.yaml 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:
