This is an automated email from the ASF dual-hosted git repository.
orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new a045aece0e2 (chores) ci: adjust regen bot for Camel 3 / 4
a045aece0e2 is described below
commit a045aece0e2cbe0e56f88da12f5efe26a3326caa
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 | 3 ++-
2 files changed, 6 insertions(+), 4 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 00f171974f4..da3d070995b 100644
--- a/.github/workflows/push-build-main.yml
+++ b/.github/workflows/push-build-main.yml
@@ -73,9 +73,10 @@ jobs:
branch: regen_bot
title: "Generated sources regen"
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: `main` branch.
Please do not delete `regen_bot` branch after merge/rebase.
labels: |
regen
automated pr
+ camel-4
assignees: oscerd