This is an automated email from the ASF dual-hosted git repository.
gk pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/turbine-core.git
The following commit(s) were added to refs/heads/trunk by this push:
new f05c20da Fix .asf.yaml notifications and add description and homepage
f05c20da is described below
commit f05c20da8f05d0f9c1727cae21ccd2bf43ec2246
Author: gk <[email protected]>
AuthorDate: Wed Apr 23 10:26:47 2025 +0200
Fix .asf.yaml notifications and add description and homepage
---
.asf.yaml | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 9678cdc4..141296f8 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -15,7 +15,11 @@
# specific language governing permissions and limitations
# under the License.
+# https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features
+
github:
+ description: "Apache Turbine open-source web framework"
+ homepage: https://turbine.apache.org/
features:
# Enable issue management
issues: true
@@ -23,5 +27,6 @@ github:
- web-framework
- java
- apache
- notifications:
- jira_options: link label comment
\ No newline at end of file
+
+notifications:
+ jira_options: link label comment
\ No newline at end of file