Skip to content

Commit 70e1e2b

Browse files
committed
fix(ci): update-workflow pr attributes
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
1 parent d4b7b4a commit 70e1e2b

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/update-workflow.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,7 @@ jobs:
7373
signoff: true
7474
branch: 'workflow/update-${{ inputs.file_path }}-${{ matrix.target_branch }}'
7575
base: ${{ matrix.target_branch }}
76-
title: 'chore: update ${{ inputs.file_path }} from master branch'
77-
body: 'Automated update of ${{ inputs.file_path }} from master branch'
76+
title: '[${{ matrix.target_branch }}] chore: update `${{ inputs.file_path }}` from the master branch'
77+
body: 'Automated update of `${{ inputs.file_path }}` from the master branch'
78+
labels: github_actions, 3. to review
79+
assignees: ${{ github.actor }}

0 commit comments

Comments
 (0)