diff --git a/.github/workflows/update_dbt_marts_schema_changelog.yml b/.github/workflows/update_dbt_marts_schema_changelog.yml index ffb717ab..ef72bc2b 100644 --- a/.github/workflows/update_dbt_marts_schema_changelog.yml +++ b/.github/workflows/update_dbt_marts_schema_changelog.yml @@ -67,7 +67,7 @@ jobs: if: steps.commit_changes.outputs.changes_committed == 'true' run: | gh pr create -B master -H ${{ steps.create_branch.outputs.branch }} \ - --title 'Merge ${{ steps.create_branch.outputs.branch }} into master' \ - --body 'Created by GitHub action' + --title 'Update schema Changelog for marts' \ + --body 'This PR updates schema changelog for marts. Also, this is an auto-generated PR' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}