File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -419,7 +419,7 @@ jobs:
419419 # Pin action to full length commit SHA
420420 uses : peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e # v6.0.2
421421 with :
422- title : ' Fix lint errors'
422+ title : ' style: fix lint errors'
423423 add-paths : ${{ steps.random-files.outputs.files }}
424424 body : |
425425 This PR
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111111 # Pin action to full length commit SHA
112112 uses : peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e # v6.0.2
113113 with :
114- title : ' Update namespace TypeScript declarations'
114+ title : ' feat: update namespace TypeScript declarations'
115115 body : |
116116 This PR
117117
Original file line number Diff line number Diff line change 7272 with :
7373 token : ${{ secrets.PULL_REQUEST_TOKEN }}
7474 commit-message : ' feat: add `${{ steps.scaffold.outputs.alias }}`'
75- title : Add `${{ steps.scaffold.outputs.alias }}` package
75+ title : ' feat: add `${{ steps.scaffold.outputs.alias }}` package'
7676 body : |
7777 This PR adds the [${{ steps.scaffold.outputs.alias }}](../tree/${{ steps.scaffold.outputs.path }}/${{ steps.scaffold.outputs.dir }}) package.
7878
You can’t perform that action at this time.
0 commit comments