You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/03/04 17:15:51 UTC

[camel-kamelets] 02/02: GH Actions: Point to 0.7.x

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

acosentino pushed a commit to branch 0.7.x
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 67198fc891dcd9be5f3af7adc78489a7879b9c8b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 4 18:14:13 2022 +0100

    GH Actions: Point to 0.7.x
---
 .github/workflows/java-tests.yaml      | 2 +-
 .github/workflows/main-push-regen.yaml | 8 ++++----
 .github/workflows/validate.yaml        | 2 +-
 .github/workflows/yaks-tests.yaml      | 2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/.github/workflows/java-tests.yaml b/.github/workflows/java-tests.yaml
index a6b02ca..b761c7f 100644
--- a/.github/workflows/java-tests.yaml
+++ b/.github/workflows/java-tests.yaml
@@ -20,7 +20,7 @@ name: Java Tests
 on:
   pull_request:
     branches:
-      - main
+      - 0.7.x
     paths-ignore:
       - '**.adoc'
       - 'KEYS'
diff --git a/.github/workflows/main-push-regen.yaml b/.github/workflows/main-push-regen.yaml
index cd97130..7558185 100644
--- a/.github/workflows/main-push-regen.yaml
+++ b/.github/workflows/main-push-regen.yaml
@@ -20,7 +20,7 @@ name: Build Regen
 on:
   push:
     branches:
-      - main
+      - 0.7.x
   workflow_dispatch:
 
 concurrency:
@@ -70,11 +70,11 @@ jobs:
           committer: GitHub <no...@github.com>
           author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
           signoff: true
-          branch: regen_bot
+          branch: regen_bot-0.7.x
           title: "Generated sources regen"
           body: |
-            Regen bot :robot: found some uncommited changes after running build on :camel: kamelets main.
-            Please do not delete `regen_bot` branch after merge/rebase.
+            Regen bot :robot: found some uncommited changes after running build on :camel: kamelets 0.7.x.
+            Please do not delete `regen_bot-0.7.x` branch after merge/rebase.
           labels: |
             regen
             automated pr
diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml
index ec2a9af..f706926 100644
--- a/.github/workflows/validate.yaml
+++ b/.github/workflows/validate.yaml
@@ -20,7 +20,7 @@ name: validate
 on:
   pull_request:
     branches:
-      - main
+      - 0.7.x
     paths-ignore:
       - '**.adoc'
       - 'KEYS'
diff --git a/.github/workflows/yaks-tests.yaml b/.github/workflows/yaks-tests.yaml
index 4019775..ceea053 100644
--- a/.github/workflows/yaks-tests.yaml
+++ b/.github/workflows/yaks-tests.yaml
@@ -20,7 +20,7 @@ name: YAKS Tests
 on:
   pull_request:
     branches:
-      - main
+      - 0.7.x
     paths-ignore:
       - '**.adoc'
       - 'KEYS'