We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4b7b4a commit 70e1e2bCopy full SHA for 70e1e2b
1 file changed
.github/workflows/update-workflow.yml
@@ -73,5 +73,7 @@ jobs:
73
signoff: true
74
branch: 'workflow/update-${{ inputs.file_path }}-${{ matrix.target_branch }}'
75
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'
+ title: '[${{ matrix.target_branch }}] chore: update `${{ inputs.file_path }}` from the master branch'
+ 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