This is an automated email from the ASF dual-hosted git repository.
orpiske pushed a commit to branch camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-3.x by this push:
new 264fe2c4e2e (chores) ci: adjust regen bot for Camel 3 / 4
264fe2c4e2e is described below
commit 264fe2c4e2eb36a081c518e7d7b765fa2a8b3d4e
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Fri Jan 13 12:30:50 2023 +0100
(chores) ci: adjust regen bot for Camel 3 / 4
- Use different branches
- Adjust messages
- Adjust labels
---
.github/workflows/push-build-camel-3.yml | 7 ++++---
.github/workflows/push-build-main.yml | 9 +++++----
2 files changed, 9 insertions(+), 7 deletions(-)
diff --git a/.github/workflows/push-build-camel-3.yml
b/.github/workflows/push-build-camel-3.yml
index a75953c3146..6fd33b3e230 100644
--- a/.github/workflows/push-build-camel-3.yml
+++ b/.github/workflows/push-build-camel-3.yml
@@ -70,12 +70,13 @@ jobs:
committer: GitHub <[email protected]>
author: ${{ github.actor }} <${{ github.actor
}}@users.noreply.github.com>
signoff: true
- branch: regen_bot
- title: "Generated sources regen"
+ branch: regen_bot_3x
+ title: "Generated sources regen (Camel 3)"
body: |
- Regen bot :robot: found some uncommitted changes after running
build on :camel: main.
+ Regen bot :robot: found some uncommitted changes after running
build on :camel: `camel-3` branch.
Please do not delete `regen_bot` branch after merge/rebase.
labels: |
regen
automated pr
+ camel-3
assignees: oscerd
diff --git a/.github/workflows/push-build-main.yml
b/.github/workflows/push-build-main.yml
index b1a2ec4a35a..da3d070995b 100644
--- a/.github/workflows/push-build-main.yml
+++ b/.github/workflows/push-build-main.yml
@@ -70,12 +70,13 @@ jobs:
committer: GitHub <[email protected]>
author: ${{ github.actor }} <${{ github.actor
}}@users.noreply.github.com>
signoff: true
- branch: regen_bot_3.x
- title: "Generated sources regen for camel-3.x"
+ branch: regen_bot
+ title: "Generated sources regen"
body: |
- Regen bot :robot: found some uncommitted changes after running
build on :camel: camel-3.x.
- Please do not delete `regen_bot_3.x` branch after merge/rebase.
+ Regen bot :robot: found some uncommitted changes after running
build on :camel: `main` branch.
+ Please do not delete `regen_bot` branch after merge/rebase.
labels: |
regen
automated pr
+ camel-4
assignees: oscerd