Skip to content

Commit

Permalink
ci: Fix PR title
Browse files Browse the repository at this point in the history
  • Loading branch information
gdupontf committed Nov 27, 2023
1 parent 69c7901 commit 1773912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
git add -A
git commit -m "style: Apply linting rules"
git push "https://${GITHUB_ACTOR}:${{ env.GITHUB_TOKEN }}@github.com/${GITHUB_REPOSITORY}.git" HEAD:refs/heads/linting/${{ github.head_ref }} --force
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 }}'
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 }}'
shell: bash
env:
GH_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit 1773912

Please sign in to comment.