/.github/workflows/bump-dependency.yaml: fix pr title

This commit is contained in:
Dustin Brown
2021-05-05 09:41:08 -07:00
parent ecd4f23e9c
commit 2b8201921c
+1 -1
View File
@@ -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 }}