This is an automated email from the ASF dual-hosted git repository. kwin pushed a commit to branch feature/enable-gh-issues in repository https://gitbox.apache.org/repos/asf/maven-jenkins-lib.git
commit 573eb08cd7779f1d261d6ed9fbf4d72d6c45a8ce 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
