Commit 5a7f46ba for guacamole.apache.org

commit 5a7f46ba51aa574cfbe7f438e8a513554fc38096
Author: Michael Jumper <mjumper@apache.org>
Date:   Thu Mar 26 20:48:56 2026 -0700

    GUACAMOLE-2248: Add asf.yaml file applying repository details and preferences.

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 00000000..28369f18
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,54 @@
+#
+# 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: >-
+    The Apache Guacamole proxy daemon (guacd), C API (libguac), and protocol
+    support.
+
+  homepage: https://guacamole.apache.org/
+
+  # Disable GitHub features we don't use
+  features:
+    wiki: false
+    issues: false
+    projects: false
+
+  # Disable dependabot PRs (but allow alerts)
+  dependabot_alerts: true
+  dependabot_updates: false
+
+  # Automatically link/update JIRA when referenced
+  autolink_jira: GUACAMOLE
+  notifications:
+    jira_options: link label
+
+  # Require merge commits for all PR merges
+  enabled_merge_buttons:
+    squash: false
+    merge: true
+    rebase: false
+    merge_commit_message: PR_TITLE
+
+  # Disallow force push to the primary development branches
+  protected_branches:
+    main: {}
+    next: {}
+    patch: {}