This is an automated email from the ASF dual-hosted git repository.

pkarwasz pushed a commit to branch fix/test-ruleset-pr
in repository https://gitbox.apache.org/repos/asf/logging-parent.git

commit 78c45c92cd5703e550718b4070812318b6f5891b
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Wed Apr 15 23:00:13 2026 +0200

    Test: delete `.asf.yaml` in this branch
    
    The only purpose of this PR is to test, whether the required checks in the 
`.asf.yaml` file work.
---
 .asf.yaml | 94 ---------------------------------------------------------------
 1 file changed, 94 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
deleted file mode 100644
index c50d725..0000000
--- a/.asf.yaml
+++ /dev/null
@@ -1,94 +0,0 @@
-#
-# 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.
-#
-
-# `.asf.yaml` is a branch-specific YAML configuration file for Git 
repositories to control features such as notifications, GitHub settings, etc.
-# See its documentation for details: 
https://github.com/apache/infrastructure-asfyaml
-
-#
-# Additional non-standard features
-#
-meta:
-  environments:
-    - github_rulesets
-
-# Bare minimum `notifications` to
-#
-# 1. Forward GitHub _activity_ to `notifications@`
-# 2. Forward commits to `commits@`
-# 3. Forward `dependabot` PRs to `robots@`
-#
-# Note that `notifications` are merged with the defaults accessible from: 
https://gitbox.apache.org/schemes.cgi?logging-parent
-notifications:
-  commits: [email protected]
-  issues: [email protected]
-  pullrequests: [email protected]
-  pullrequests_bot_dependabot: [email protected]
-
-github:
-  description: Parent project internally used in Maven-based projects of the 
Apache Logging Services
-  homepage: https://logging.apache.org/logging-parent
-  labels:
-    - apache
-    - java
-    - log4j
-    - log4j2
-    - logging
-
-  # Pull Request settings:
-  # https://github.com/apache/infrastructure-asfyaml#pull-request-settings
-  pull_requests:
-    # allow auto-merge
-    allow_auto_merge: true
-    # enable updating head branches of pull requests
-    allow_update_branch: true
-    # auto-delete head branches after being merged
-    del_branch_on_merge: true
-
-  # Enforce squashing while merging PRs.
-  # Otherwise, the git log gets polluted severely.
-  enabled_merge_buttons:
-    squash:  true
-    merge:   false
-    rebase:  false
-
-  features:
-    issues: true
-
-  # Clear Protected Branches configuration: it is replaced by GitHub Rulesets
-  protected_branches: { }
-
-  rulesets:
-    - name: "Branch protection"
-      type: branch
-      branches:
-        includes:
-          - "test/rulesets"
-      # All reviews must be addressed before merging
-      required_conversation_resolution: true
-      # Require checks to pass before merging
-      required_status_checks:
-        # The GitHub Actions app
-        # https://api.github.com/apps/github-actions
-        - app_slug: 15368
-          name: "build / build (ubuntu-latest)"
-        # The GitHub Advanced Security app
-        # https://api.github.com/apps/github-advanced-security
-        - app_slug: 57789
-          name: "CodeQL"
-      # At least one positive review must be present
-      required_pull_request_reviews:
-        required_approving_review_count: 1

Reply via email to