-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changed to direct commit instead of PR
- Loading branch information
1 parent
b24d8b7
commit 2cabae5
Showing
4 changed files
with
39 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
sushi: | ||
min_version: "3.0.0" | ||
min_version: "3.5.0" | ||
hapi: | ||
min_version: "3.0.0" | ||
parameters: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,22 +75,23 @@ jobs: | |
find $dir -name "*.svg" -exec mv {} $img_dir \; | ||
done | ||
# add and commit the new generated files | ||
- name: Create Pull Request | ||
uses: peter-evans/create-pull-request@v5 | ||
with: | ||
branch: auto/images-generation | ||
commit-message: Generated Images from source Code by GitHub Action | ||
title: Generated Images from GitHub Action | ||
assignees: ${{ github.actor }} | ||
reviewers: ${{ github.actor }} | ||
delete-branch: true | ||
labels: automated pr | ||
## add and commit the new generated files | ||
#- name: Create Pull Request | ||
# uses: peter-evans/create-pull-request@v5 | ||
# with: | ||
# branch: auto/images-generation | ||
# commit-message: Generated Images from source Code by GitHub Action | ||
# title: Generated Images from GitHub Action | ||
# assignees: ${{ github.actor }} | ||
# reviewers: ${{ github.actor }} | ||
# delete-branch: true | ||
# labels: automated pr | ||
|
||
#- name: Commit and push | ||
# run: | | ||
# git config --local user.email "[email protected]" | ||
# 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: Commit rendered files | ||
- uses: stefanzweifel/git-auto-commit-action@v5 | ||
with: | ||
commit_user_name: GitHub Actions Bot | ||
commit_user_email: [email protected] | ||
commit_author: ${{ github.actor }} | ||
commit-message: auto-generated diagrams by GitHub Action after source code change | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,22 +38,29 @@ jobs: | |
done | ||
|
||
|
||
# add and commit the new generated files | ||
- name: Create Pull Request | ||
uses: peter-evans/create-pull-request@v5 | ||
with: | ||
branch: auto/images-generation | ||
commit-message: Generated Images from source Code by GitHub Action | ||
title: Generated Images from GitHub Action | ||
assignees: ${{ github.actor }} | ||
reviewers: ${{ github.actor }} | ||
delete-branch: true | ||
labels: automated pr | ||
# # add and commit the new generated files | ||
#- name: Create Pull Request | ||
# uses: peter-evans/create-pull-request@v5 | ||
# with: | ||
# branch: auto/images-generation | ||
# commit-message: Generated Images from source Code by GitHub Action | ||
# title: Generated Images from GitHub Action | ||
# assignees: ${{ github.actor }} | ||
# reviewers: ${{ github.actor }} | ||
# delete-branch: true | ||
# labels: automated pr | ||
|
||
#- name: Commit and push | ||
# run: | | ||
# git config --local user.email "[email protected]" | ||
# git config --local user.name "GitHub Action" | ||
# git add -A | ||
# git commit -m "Add rendered PlantUML to SVG diagrams" || exit 0 | ||
# git push | ||
# git push | ||
- name: Commit rendered files | ||
- uses: stefanzweifel/git-auto-commit-action@v5 | ||
with: | ||
commit_user_name: GitHub Actions Bot | ||
commit_user_email: [email protected] | ||
commit_author: ${{ github.actor }} | ||
commit-message: auto-generated diagrams by GitHub Action after source code change |
This file was deleted.
Oops, something went wrong.