Skip to content

Commit b8f038f

Browse files
authored
Update wrap_branch.yml
1 parent fab43b6 commit b8f038f

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/wrap_branch.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,10 @@ jobs:
7373
committer: GitHub <noreply@github.com>
7474
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
7575
signoff: false
76-
branch: ${{ github.ref_name }}_wrap
76+
branch: ${{ github.ref_name }}_wrapped
7777
delete-branch: true
7878
title: 'Wrap branch: ${{ github.ref_name }}'
79-
body: |
80-
Wrapped all translations on requested branch.
81-
labels: |
82-
wrap
83-
assignees: github-actions
84-
team-reviewers: |
85-
reviewers
79+
body: Wrapped all translations on branch ${{ github.ref_name }}.
80+
labels: wrap
81+
team-reviewers: reviewers
8682
draft: false

0 commit comments

Comments
 (0)