Skip to content

Commit 787f28a

Browse files
committed
ci: Fix PR title
1 parent 9275a87 commit 787f28a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
git add -A
4040
git commit -m "style: Apply linting rules"
4141
git push "https://${GITHUB_ACTOR}:${{ env.GITHUB_TOKEN }}@github.com/${GITHUB_REPOSITORY}.git" HEAD:refs/heads/linting/${{ github.head_ref }} --force
42-
gh pr create -B ${{ github.head_ref }} -H ${{ github.head_ref }}-lint -b 'Adds required linting changes' -a ${{ github.event.pull_request.user.login }} -T 'Apply linting rules and refactorings for ${{ github.head_ref }}'
42+
gh pr create -B ${{ github.head_ref }} -H ${{ github.head_ref }}-lint -b 'Adds required linting changes' -a ${{ github.event.pull_request.user.login }} -t 'Apply linting rules and refactorings for ${{ github.head_ref }}'
4343
shell: bash
4444
env:
4545
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)