Skip to content

Commit a5c8e04

Browse files
committed
api_refs.yaml: Better PR title and desc
1 parent a02cc3f commit a5c8e04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/api_refs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ jobs:
8383
uses: peter-evans/create-pull-request@v7
8484
with:
8585
token: ${{ secrets.EZROBOT_PAT }}
86-
title: "PHP API Ref ${{ steps.version_and_branches.outputs.version }}"
87-
body: "PHP API Reference update for ${{ steps.version_and_branches.outputs.version }}"
86+
title: "API Refs ${{ steps.version_and_branches.outputs.version }}"
87+
body: "PHP API & REST API References update for ${{ steps.version_and_branches.outputs.version }}"
8888
branch: "${{ steps.version_and_branches.outputs.work_branch }}"
8989
base: "${{ steps.version_and_branches.outputs.base_branch }}"
9090
draft: false

0 commit comments

Comments
 (0)