We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f34a6b commit 4e395cbCopy full SHA for 4e395cb
.github/workflows/codegen.yaml
@@ -40,8 +40,8 @@ jobs:
40
upstream_owner: ${{ github.repository_owner }}
41
upstream_repo: google-api-java-client-services
42
description: 'Generated in GitHub action: https://github.com/${{ github.repository_owner }}/${{ github.repository }}/actions/workflows/codegen.yaml'
43
- title: 'Regenerate ${{ matrix.service }} client'
44
- message: 'Regenerate ${{ matrix.service }} client'
+ title: 'chore: regenerate ${{ matrix.service }} client'
+ message: 'chore: regenerate ${{ matrix.service }} client'
45
branch: regenerate-${{ matrix.service }}
46
git_dir: 'google-api-java-client-services/clients/google-api-services-${{ matrix.service }}'
47
primary: main
0 commit comments