From dd0cca58f22521e0c1908ad206d47cfe38e3dfd0 Mon Sep 17 00:00:00 2001 From: Max Theilig Date: Tue, 9 Jan 2024 16:56:48 +0100 Subject: [PATCH] automated PR from action --- .github/workflows/RenderAllDiagrams.yml | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/.github/workflows/RenderAllDiagrams.yml b/.github/workflows/RenderAllDiagrams.yml index 20b4f13..2d7d606 100644 --- a/.github/workflows/RenderAllDiagrams.yml +++ b/.github/workflows/RenderAllDiagrams.yml @@ -75,10 +75,16 @@ jobs: tree ./images # add and commit the new generated files - - name: Commit and push - run: | - git config --local user.email "action@github.com" - git config --local user.name "GitHub Action" - git add -A - git commit -m "Add rendered PlantUML and DrawIO to SVG diagrams" || exit 0 - git push + - name: Create Pull Request + uses: peter-evans/create-pull-request@v5 + commit-message: | + Generated Images from source Code + reviewers: ${GITHUB_ACTOR} + + #- name: Commit and push + # run: | + # git config --local user.email "action@github.com" + # git config --local user.name "GitHub Action" + # git add -A + # git commit -m "Add rendered PlantUML and DrawIO to SVG diagrams" || exit 0 + # git push