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:07 UTC

[uima-ruta] branch refactoring/UIMA-6438-Add-asf.yaml-files-to-UIMA-repos created (now 04db8d03)

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

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


      at 04db8d03 [UIMA-6438] Add asf.yaml files to UIMA repos

This branch includes the following new commits:

     new 04db8d03 [UIMA-6438] Add asf.yaml files to UIMA repos

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by re...@apache.org.
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