This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy-geb.git
The following commit(s) were added to refs/heads/master by this push:
new 31b1cc51 experimental asf yaml file
31b1cc51 is described below
commit 31b1cc5143743e74f222abcea06047b7617f6424
Author: Paul King <[email protected]>
AuthorDate: Sat Nov 16 12:13:00 2024 +1000
experimental asf yaml file
---
.asf.yaml | 41 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 41 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 00000000..6059da1a
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +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.
+#
+# see https://s.apache.org/asfyaml
+github:
+ description: "Apache Geb: Very Groovy Browser Automation"
+ homepage: https://gebish.org
+ features:
+ issues: true
+ # Enable wiki for documentation
+ #wiki: true
+ # Enable projects for project management boards
+ projects: true
+ del_branch_on_merge: true
+ #labels:
+ enabled_merge_buttons:
+ merge: false
+ rebase: true
+ squash: true
+
+notifications:
+ pullrequests_status: [email protected]
+ pullrequests_comment: [email protected]
+ pullrequests_bot_dependabot: [email protected]
+ issues: [email protected]
+ issues_status: [email protected]
+ issues_comment: [email protected]
+ discussions: [email protected]
\ No newline at end of file