Skip to content

Commit 9e727e2

Browse files
committed
Branch names, PR titles, and commit messages
1 parent 8d56a4a commit 9e727e2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/respec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ jobs:
5252
uses: peter-evans/create-pull-request@v6
5353
with:
5454
token: ${{ steps.generate-token.outputs.token }}
55-
branch: update-openapi-spec-versions
55+
branch: openapi-spec-versions
5656
base: main
5757
delete-branch: true
5858
path: deploy
5959
labels: OpenAPI,Specification
6060
reviewers: earth2marsh,lornajane,mikekistler,miqui,ralfhandl,whitlockjc,handrews,karenetheridge
61-
title: OpenAPI - Update ReSpec-rendered specification versions
61+
title: OpenAPI - update ReSpec-rendered specification versions
6262
commit-message: Update ReSpec-rendered specification versions
6363
signoff: true
6464
body: |

.github/workflows/schema-publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ jobs:
5757
uses: peter-evans/create-pull-request@v6
5858
with:
5959
token: ${{ steps.generate-token.outputs.token }}
60-
branch: update-openapi-schema-iterations
60+
branch: openapi-${{ github.ref_name }}-schema-iterations
6161
base: main
6262
delete-branch: true
6363
path: deploy
6464
labels: OpenAPI,Schema
6565
reviewers: earth2marsh,lornajane,mikekistler,miqui,ralfhandl,whitlockjc,handrews,karenetheridge
66-
title: OpenAPI - Update ReSpec-rendered specification versions
67-
commit-message: Update ReSpec-rendered specification versions
66+
title: "OpenAPI - publish ${{ github.ref_name }} schema iterations"
67+
commit-message: "New OpenAPI schema iterations published from ${{ github.ref_name }}"
6868
signoff: true
6969
body: |
7070
This pull request is automatically generated by GitHub action `schema-publish`.

0 commit comments

Comments
 (0)