Skip to content

Commit f1d45e9

Browse files
committed
name testing
1 parent c050559 commit f1d45e9

File tree

3 files changed

+297
-1
lines changed

3 files changed

+297
-1
lines changed

.github/workflows/RenderAllDiagrams.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ jobs:
8383
title: Generated Images from GitHub Action
8484
assignees: ${{ github.actor }}
8585
reviewers: ${{ github.actor }}
86+
delete-branch: true
87+
labels: automated pr
88+
8689
#- name: Commit and push
8790
# run: |
8891
# git config --local user.email "[email protected]"

.github/workflows/RenderPlantUML.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747
title: Generated Images from GitHub Action
4848
assignees: ${{ github.actor }}
4949
reviewers: ${{ github.actor }}
50+
delete-branch: true
51+
labels: automated pr
5052

5153
#- name: Commit and push
5254
# run: |

0 commit comments

Comments
 (0)