This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch tomee-10.x
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/tomee-10.x by this push:
new 3c3aa98324 Change base branch for pull request creation
3c3aa98324 is described below
commit 3c3aa9832499c68b372bc08355a31f4f1dc0860b
Author: Richard Zowalla <[email protected]>
AuthorDate: Mon Nov 24 20:05:00 2025 +0100
Change base branch for pull request creation
---
.github/workflows/main-push-build.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/main-push-build.yml
b/.github/workflows/main-push-build.yml
index 549f643c44..a0018c5938 100644
--- a/.github/workflows/main-push-build.yml
+++ b/.github/workflows/main-push-build.yml
@@ -43,7 +43,7 @@ jobs:
- name: Create Pull Request after BOM Regeneration
uses:
peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 #
v7.0.9
with:
- base: main
+ base: tomee-10.x
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: "Minor: Regenerated BOMs for ${{ github.sha }}"
committer: GitHub <[email protected]>