This is an automated email from the ASF dual-hosted git repository.
Havret pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-nms-openwire.git
The following commit(s) were added to refs/heads/main by this push:
new c71cb2e Enable GitHub Issues and Discussions
c71cb2e is described below
commit c71cb2e1fd53f0cc98a140a6a359e20465b8241e
Author: Havret <[email protected]>
AuthorDate: Sun May 31 14:40:33 2026 +0200
Enable GitHub Issues and Discussions
---
.asf.yaml | 44 ++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 44 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index ab59476..cd8debd 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -1,4 +1,41 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements. See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
github:
+ description: "Apache ActiveMQ NMS OpenWire client library"
+ homepage: https://activemq.apache.org/components/nms/
+ labels:
+ - apache
+ - activemq
+ - nms
+
+ enabled_merge_buttons:
+ squash: true
+ merge: false
+ rebase: true
+
+ autolink_jira:
+ - AMQ
+
+ features:
+ wiki: false
+ issues: true
+ projects: false
+ discussions: true
+
rulesets:
- name: "Default Branch Protection"
type: branch
@@ -12,3 +49,10 @@ github:
- root
restrict_deletion: true
restrict_force_push: true
+
+notifications:
+ commits: [email protected]
+ issues: [email protected]
+ pullrequests: [email protected]
+ discussions: [email protected]
+ jira_options: link label worklog
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact