Skip to content

Commit 79f926d

Browse files
docs: add prefix as docs to auto create PR from server
1 parent 89e1ee9 commit 79f926d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ jobs:
3838
git add README.md
3939
git commit -m "Update README with latest commit ID - ${{ github.event.client_payload.version }}"
4040
git push -u origin run-test-upstream-${{ github.event.client_payload.version }}
41-
gh pr create --title "Update server version in ReadMe" --body "Test driver with latest server version"
41+
gh pr create --title "docs: Update server version in ReadMe" --body "Test driver with latest server version"
4242
env:
4343
GITHUB_TOKEN: ${{ secrets.UPDATE_TOKEN }}

0 commit comments

Comments
 (0)