We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cde87a4 commit 60d3ca5Copy full SHA for 60d3ca5
.github/workflows/update-from-latest.yml
@@ -63,3 +63,10 @@ jobs:
63
name: rips-and-examples
64
path: downloaded_artifacts/
65
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