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 2c42cf0  Minor: Adds an additional step via GHA to create a PR after 
BOM regeneration
2c42cf0 is described below

commit 2c42cf0e7e3f79acece1c8ea1ac693c6fb2405a3
Author: Richard Zowalla <[email protected]>
AuthorDate: Wed Feb 9 19:22:33 2022 +0100

    Minor: Adds an additional step via GHA to create a PR after BOM regeneration
---
 .github/workflows/main.yml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index b3fd699..ea0ea54 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -35,4 +35,20 @@ jobs:
       env:
         MAVEN_OPTS: -Xmx2048m
 
+    - name: Create Pull Request after BOM Regeneration
+        uses: peter-evans/create-pull-request@v3
+        with:
+          base: master
+          token: ${{ secrets.GITHUB_TOKEN }}
+          commit-message: "Minor: Regenerated BOMs for ${{ github.sha }}"
+          committer: GitHub <[email protected]>
+          author: ${{ github.actor }} <${{ github.actor 
}}@users.noreply.github.com>
+          signoff: true
+          branch: bom_regeneration
+          delete-branch: true
+          title: "Regenerated BOMs"
+          body: |
+            Found some uncommited changes after running build on master
+          labels: |
+            dependencies
 

Reply via email to