From e21064b760cb250ae95b8e12455d5547424b79ba Mon Sep 17 00:00:00 2001 From: HavenDV Date: Tue, 20 Aug 2024 14:14:11 +0400 Subject: [PATCH] ci: Fixed titles. --- .github/workflows/auto-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 5e51547..ff12bb3 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -58,6 +58,6 @@ jobs: - name: Create pull request if: steps.changes.outputs.has_changes == 'true' - run: gh pr create -B main -H ${{ steps.branch.outputs.branch_name }} --title 'feat:Updated OpenAPI spec' --body 'Created by Github Actions' + run: gh pr create -B main -H ${{ steps.branch.outputs.branch_name }} --title 'feat:@coderabbitai' --body 'Created by Github Actions' env: GITHUB_TOKEN: ${{ secrets.PERSONAL_TOKEN }}