Skip to content

Commit 26164f6

Browse files
author
Enda
authored
ci: use same pull request title as commit mesage (#93)
1 parent be18c0d commit 26164f6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/fetch_api_client.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: ./scripts/fetch_api.sh ${{ github.event.client_payload.download_url }}
2020
- uses: peter-evans/create-pull-request@v3
2121
with:
22-
title: "Update API client"
22+
title: "chore(openapi): update ${{ github.event.client_payload.id }} OpenAPI document"
2323
token: "${{ env.APP_SERVICES_TOKEN }}"
2424
commit-message: "chore(openapi): update ${{ github.event.client_payload.id }} OpenAPI document"
2525
author: "app-services-ci <app-services-ci@users.noreply.github.com>"
@@ -28,7 +28,9 @@ jobs:
2828
delete-branch: true
2929
reviewers: craicoverflow, wtrocki
3030
body: |
31-
Auto-generated API client for ${{ github.event.client_payload.id }}
31+
_This pull request was auto-generated_
32+
33+
This PR adds the latest version OpenAPI document version for **${{ github.event.client_payload.id }}**.
3234
3335
## SDK update procedure
3436

0 commit comments

Comments
 (0)