Skip to content

Commit

Permalink
Fix "format-pr" workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mofeing committed Nov 1, 2023
1 parent a4cfb86 commit 4d8ce86
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/format-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,12 @@ jobs:
uses: peter-evans/create-pull-request@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: Format .jl files
title: 'Format code'
branch: auto-juliaformatter-pr
commit-message: Format code
title: 'Format code of branch "${{ matrix.branch }}"'
branch: format-${{ matrix.branch }}
delete-branch: true
labels: format
reviewers: mofeing

- name: Check outputs
run: |
Expand Down

0 comments on commit 4d8ce86

Please sign in to comment.