Skip to content

Commit 1a5a09b

Browse files
authored
fix(automation): Updated commit and PR name to pass semantic rules. (#462)
1 parent 1797a87 commit 1a5a09b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/update-api-types.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,14 @@ jobs:
6060
npm run lint-fix
6161
npm run format
6262
git add .
63-
git commit -m "Update API Types"
63+
git commit -m "chore(types): Update API Types"
6464
git push --force origin $BRANCH_NAME --no-verify
6565
env:
6666
BRANCH_NAME: chore/galileo-automation/update-api-types-${{ steps.date.outputs.date }}
6767

6868
- name: create pull request
69-
run: gh pr create -B main -H $BRANCH_NAME --label 'dependencies' --title 'Update API Types' --body 'Fix any breaking changes if this pull request fails to deploy'
69+
run: |
70+
gh pr create -B main -H $BRANCH_NAME --label 'dependencies' --title 'chore(types): Update API Types' --body 'Fix any breaking changes if this pull request fails to deploy'
7071
env:
7172
BRANCH_NAME: chore/galileo-automation/update-api-types-${{ steps.date.outputs.date }}
7273
GITHUB_TOKEN: ${{ secrets.GALILEO_AUTOMATION_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)