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/02/09 19:59:07 UTC

[tomee] branch master updated: Minor: Adjust GH actions config for automatic BOM generation

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 416f300  Minor: Adjust GH actions config for automatic BOM generation
416f300 is described below

commit 416f300c5f0956e47e367408b8c7c408bfdd15a8
Author: Richard Zowalla <rz...@apache.org>
AuthorDate: Wed Feb 9 20:58:15 2022 +0100

    Minor: Adjust GH actions config for automatic BOM generation
---
 .github/workflows/main.yml | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index f26e8e4..be7e57f 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -44,13 +44,11 @@ jobs:
         committer: GitHub <no...@github.com>
         author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
         signoff: true
-        branch: bom_regeneration
+        branch: regenerate_boms_after_dep_upgrade
         delete-branch: true
-        title: "Regenerated BOMs"
+        title: "Regenerated BOMs after dependency upgrades"
         body: |
-          Found some uncommited changes after running build on master
+          Found some uncommited changes (BOM regeneration) after running build on TomEE master
         labels: |
           dependencies
-        add-paths: |
-          boms/tomee*/pom.xml
         assignees: jeanouii,jgallimore,rzo1