You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rz...@apache.org on 2022/04/20 07:14:02 UTC

[tomee] branch master updated: TOMEE-3919 - Fix GitHub Actions Bom Generation targeting wrong branch

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

rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/master by this push:
     new ae9a6fe882 TOMEE-3919 - Fix GitHub Actions Bom Generation targeting wrong branch
     new d86cf673d1 Merge remote-tracking branch 'origin/master'
ae9a6fe882 is described below

commit ae9a6fe882d27ed6dd83c2500fcbf7bb68eef3d7
Author: Richard Zowalla <rz...@apache.org>
AuthorDate: Wed Apr 20 09:13:39 2022 +0200

    TOMEE-3919 - Fix GitHub Actions Bom Generation targeting wrong branch
---
 .github/workflows/tomee-8.x-push-build.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/tomee-8.x-push-build.yml b/.github/workflows/tomee-8.x-push-build.yml
index f2e3ffe215..9544656e55 100644
--- a/.github/workflows/tomee-8.x-push-build.yml
+++ b/.github/workflows/tomee-8.x-push-build.yml
@@ -39,7 +39,7 @@ jobs:
     - name: Create Pull Request after BOM Regeneration
       uses: peter-evans/create-pull-request@v3
       with:
-        base: master
+        base: tomee-8.x
         token: ${{ secrets.GITHUB_TOKEN }}
         commit-message: "Minor: Regenerated BOMs for ${{ github.sha }}"
         committer: GitHub <no...@github.com>
@@ -49,7 +49,7 @@ jobs:
         delete-branch: true
         title: "Regenerated BOMs after dependency upgrades"
         body: |
-          Found some uncommited changes (from BOM regeneration) after running build on TomEE master
+          Found some uncommited changes (from BOM regeneration) after running build on TomEE 8.x branch
         labels: |
           dependencies
         assignees: cesarhernandezgt,dblevins,jeanouii,jgallimore,rzo1
\ No newline at end of file