Skip to content

Commit 71ebde9

Browse files
authored
Fix(ci): auto merge transifex condition
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
1 parent 2ec2d25 commit 71ebde9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/transifex.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,5 @@ jobs:
2828
# Enable GitHub auto merge
2929
- name: Auto merge
3030
uses: alexwilson/enable-github-automerge-action@56e3117d1ae1540309dc8f7a9f2825bc3c5f06ff # v2.0.0
31-
if: startsWith(steps.branchname.outputs.branch, 'translations_')
3231
with:
33-
github-token: ${{ secrets.GITHUB_TOKEN }}
32+
github-token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)