We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fab43b6 commit b8f038fCopy full SHA for b8f038f
.github/workflows/wrap_branch.yml
@@ -73,14 +73,10 @@ jobs:
73
committer: GitHub <noreply@github.com>
74
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
75
signoff: false
76
- branch: ${{ github.ref_name }}_wrap
+ branch: ${{ github.ref_name }}_wrapped
77
delete-branch: true
78
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
+ body: Wrapped all translations on branch ${{ github.ref_name }}.
+ labels: wrap
+ team-reviewers: reviewers
86
draft: false
0 commit comments