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

davidarthur pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/kafka-merge-queue-sandbox.git


The following commit(s) were added to refs/heads/main by this push:
     new 073805c  add merge_queue trigger
073805c is described below

commit 073805ce2c22179d9311f23df22a9b4296e244c3
Author: David Arthur <mum...@gmail.com>
AuthorDate: Wed Jul 3 10:14:51 2024 -0400

    add merge_queue trigger
---
 .github/workflows/pull-request.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/pull-request.yml 
b/.github/workflows/pull-request.yml
index 7463047..67560c3 100644
--- a/.github/workflows/pull-request.yml
+++ b/.github/workflows/pull-request.yml
@@ -1,7 +1,8 @@
-name: Validate PR before adding to merge queue
+name: Validate PR
 
 on:
   pull_request:
+  merge_queue:
 
 jobs:
   validate-pr:
@@ -16,5 +17,5 @@ jobs:
         pwd
         tree -a -I '.git'
         git status
-    - name: Run fast CI (emulated by a short sleep)
+    - name: Validate files
       run: ./pr-check.sh

Reply via email to