From cdc655dc4c3fd5de18c2a52531f5f7ecfacc5dbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?JB=20Onofr=C3=A9?= Date: Fri, 13 Mar 2026 07:15:34 +0100 Subject: [PATCH] Update .asf.yaml to enable GitHub Issues, Projects, Discussions and clean notification schema. It also include branch protection. --- .asf.yaml | 51 ++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 50 insertions(+), 1 deletion(-) diff --git a/.asf.yaml b/.asf.yaml index 027027b98f..3443274b23 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -1,9 +1,58 @@ +# +# 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 Website" homepage: https://activemq.apache.org labels: + - apache + - activemq + - messaging + - documentation - website - - jekyll + + enabled_merge_buttons: + squash: true + merge: true + rebase: true + + del_branch_on_merge: true + + protected_branches: + main: + required_pull_request_reviews: + require_code_owner_reviews: false + dismiss_stale_reviews: true + require_last_push_approval: false + required_approving_review_count: 1 + required_linear_history: true + + features: + wiki: false + issues: true + projects: true + discussions: true + +notifications: + commits: commits@activemq.apache.org + issues: gitbox@activemq.apache.org + pullrequests: gitbox@activemq.apache.org + discussions: dev@activemq.apache.org + jira_options: link label worklog + jekyll: whoami: main target: asf-site