Skip to content

Commit 8878482

Browse files
authored
[CI] Disambiguate titles and branch names for formatting PRs (#1430)
[skip tests]
1 parent 6cd102f commit 8878482

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/format-pr-bazel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
with:
2626
token: ${{ secrets.GITHUB_TOKEN }}
2727
commit-message: Format code
28-
title: 'Format code of branch "main"'
29-
branch: format-main
28+
title: 'Format Bazel code of branch "main"'
29+
branch: format-main-bazel
3030
delete-branch: true
3131
labels: format
3232
author: enzyme-ci-bot[bot] <78882869+enzyme-ci-bot[bot]@users.noreply.github.com>

.github/workflows/format-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
with:
3636
token: ${{ secrets.GITHUB_TOKEN }}
3737
commit-message: Format code
38-
title: 'Format code of branch "main"'
39-
branch: format-main
38+
title: 'Format Julia code of branch "main"'
39+
branch: format-main-julia
4040
delete-branch: true
4141
labels: format
4242
author: enzyme-ci-bot[bot] <78882869+enzyme-ci-bot[bot]@users.noreply.github.com>

0 commit comments

Comments
 (0)