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

rkk pushed a commit to branch SDAP-535
in repository https://gitbox.apache.org/repos/asf/sdap-ingester.git

commit 6220f297e7e855bbe27154dfa42e522b753b14e2
Author: rileykk <[email protected]>
AuthorDate: Mon Mar 24 10:17:17 2025 -0700

    Update .asf.yaml
---
 .asf.yaml | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 035f24d..d27b505 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -15,16 +15,19 @@
 # limitations under the License.
 
 github:
-  autolink_jira: SDAP
+  autolink_jira:
+  - SDAP
   protected_branches:
     master:
-      strict: true # Require branches be up to date
+      required_status_checks:
+        strict: true # Require branches be up to date
       required_pull_request_reviews:
         dismiss_stale_reviews: true
         require_code_owner_reviews: true
         required_approving_review_count: 1
     develop:
-      strict: true # Require branches be up to date
+      required_status_checks:
+        strict: true # Require branches be up to date
       required_pull_request_reviews:
         dismiss_stale_reviews: true
         require_code_owner_reviews: true

Reply via email to