This is an automated email from the ASF dual-hosted git repository.

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jenkins-lib.git


The following commit(s) were added to refs/heads/master by this push:
     new 9fd78a4  Enable GH issues
9fd78a4 is described below

commit 9fd78a4cbaec65e85f67ded50f86d0b3c9859170
Author: Konrad Windszus <[email protected]>
AuthorDate: Mon Jun 15 20:10:23 2026 +0200

    Enable GH issues
    
    Set description and labels via .asf.yaml
---
 .asf.yaml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index ab59476..7e648dd 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -1,4 +1,12 @@
 github:
+  description: "Jenkins shared library for Apache Maven CI pipelines"
+  labels:
+    - jenkins
+    - ci
+    - maven
+    - shared-library
+  features:
+    issues: true
   rulesets:
     - name: "Default Branch Protection"
       type: branch

Reply via email to