This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/main by this push:
new e13d799bc2 TOMEE-4025 - Rename master to main
e13d799bc2 is described below
commit e13d799bc2bce8a462f4c0171916731b004b8107
Author: Richard Zowalla <[email protected]>
AuthorDate: Tue Aug 16 11:47:35 2022 +0200
TOMEE-4025 - Rename master to main
---
.github/workflows/main-push-build.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/main-push-build.yml
b/.github/workflows/main-push-build.yml
index b1529e4da7..e3f9b1ffa6 100644
--- a/.github/workflows/main-push-build.yml
+++ b/.github/workflows/main-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: main
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: "Minor: Regenerated BOMs for ${{ github.sha }}"
committer: GitHub <[email protected]>
@@ -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 main
labels: |
dependencies
assignees: cesarhernandezgt,dblevins,jeanouii,jgallimore,rzo1
\ No newline at end of file