You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by re...@apache.org on 2022/05/19 19:54:08 UTC

[uima-ruta] 01/01: [UIMA-6438] Add asf.yaml files to UIMA repos

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

rec pushed a commit to branch refactoring/UIMA-6438-Add-asf.yaml-files-to-UIMA-repos
in repository https://gitbox.apache.org/repos/asf/uima-ruta.git

commit 04db8d036c5dadefd6b877922a026d55a755f120
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Thu May 19 21:54:03 2022 +0200

    [UIMA-6438] Add asf.yaml files to UIMA repos
    
    - Add branch protection rules and more settings
---
 .asf.yaml | 22 +++++++++++++++++++++-
 1 file changed, 21 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index fbe98e03..77df47d2 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -18,6 +18,14 @@
 github:
   description: "Apache UIMA Ruta"
   homepage: https://uima.apache.org/
+  dependabot_alerts:  true
+  dependabot_updates: false
+  notifications:
+    commits:      commits@uima.apache.org
+    issues:       dev@uima.apache.org
+    pullrequests: dev@uima.apache.org
+    jobs:         dev@uima.apache.org
+    jira_options: link label
   labels:
   - apache
   - uima
@@ -30,4 +38,16 @@ github:
     squash:  true
     merge:   true
     rebase:  false
-    
\ No newline at end of file
+  del_branch_on_merge: true
+  protected_branches:
+    main:
+     required_status_checks:
+        strict: true
+        contexts:
+          - continuous-integration/jenkins/pr-merge
+    main-v2:
+     required_status_checks:
+        strict: true
+        contexts:
+          - continuous-integration/jenkins/pr-merge
+              
\ No newline at end of file