We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1bb8de commit 9c6cbf7Copy full SHA for 9c6cbf7
.github/workflows/format-pr-bazel.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: peter-evans/create-pull-request@v7
25
with:
26
token: ${{ secrets.GITHUB_TOKEN }}
27
- commit-message: Format code
+ commit-message: Format Bazel code
28
title: 'Format Bazel code of branch "main"'
29
branch: format-main-bazel
30
delete-branch: true
.github/workflows/format-pr.yml
@@ -1,4 +1,4 @@
1
-name: Format 'main'
+name: Format Julia code on 'main'
2
3
on:
4
schedule:
@@ -34,7 +34,7 @@ jobs:
34
35
36
37
+ commit-message: Format Julia code
38
title: 'Format Julia code of branch "main"'
39
branch: format-main-julia
40
0 commit comments