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

rec pushed a commit to branch refactoring/no-issue-unrequire-status-checks
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git

commit a839adda0fde6f4d0154864e5f3577a3eeb3bbaa
Author: Richard Eckart de Castilho <[email protected]>
AuthorDate: Mon Aug 19 10:47:40 2024 +0200

    No issue: Unrequire status checks
    
    - Since we cannot configure the repo to allow merging without status checks 
for admins (because we are not project admins), I un-require the status checks 
to allow merging the bugfix branch into the release branch without having to 
set up a PR first.
---
 .asf.yaml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 6bae0086a..0922d5ce6 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -44,10 +44,10 @@ github:
     main:
      required_status_checks:
         strict: true
-        contexts:
-          - continuous-integration/jenkins/pr-merge
+#        contexts:
+#          - continuous-integration/jenkins/pr-merge
     main-v2:
      required_status_checks:
         strict: true
-        contexts:
-          - continuous-integration/jenkins/pr-merge
+#        contexts:
+#          - continuous-integration/jenkins/pr-merge

Reply via email to