mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-02 03:10:42 -05:00
/.github/workflows/bump-dependency.yaml: fix pr title
This commit is contained in:
@@ -110,7 +110,7 @@ jobs:
|
||||
source_branch: ${{ format('{0}-{1}', github.event.client_payload.assignee, steps.short-sha.outputs.short ) }}
|
||||
destination_branch: "master"
|
||||
github_token: ${{ secrets.REPO_ACCESS_TOKEN }}
|
||||
pr_title: "[auto-bump] dependency by ${{ github.event.client_payload.assignee }}"
|
||||
pr_title: "[auto-bump] [no-release-notes] dependency by ${{ github.event.client_payload.assignee }}"
|
||||
pr_template: ".github/markdown-templates/dep-bump.md"
|
||||
pr_reviewer: ${{ steps.get_reviewer.outputs.reviewer }}
|
||||
pr_assignee: ${{ github.event.client_payload.assignee }}
|
||||
|
||||
Reference in New Issue
Block a user