Skip to content

Commit 60d3ca5

Browse files
committed
asdf
1 parent cde87a4 commit 60d3ca5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/update-from-latest.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,10 @@ jobs:
6363
name: rips-and-examples
6464
path: downloaded_artifacts/
6565

66+
- uses: peter-evans/create-pull-request@v7
67+
with:
68+
token: ${{ secrets.GITHUB_TOKEN }}
69+
commit-message: "Fixes by clang-format"
70+
title: "Fixes by clang-format"
71+
branch: clang-format-patches
72+
branch-suffix: random

0 commit comments

Comments
 (0)