Skip to content

Commit 710bc39

Browse files
authored
Merge pull request #14227 from nextcloud/skjnldsv-patch-1
2 parents c9b6753 + 71ebde9 commit 710bc39

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/transifex.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,12 @@ jobs:
2121
with:
2222
github-token: "${{ secrets.GITHUB_TOKEN }}"
2323

24+
- uses: hmarr/auto-approve-action@f0939ea97e9205ef24d872e76833fa908a770363 # v4.0.0
25+
with:
26+
github-token: "${{ secrets.COMMAND_BOT_PAT }}"
27+
2428
# Enable GitHub auto merge
2529
- name: Auto merge
2630
uses: alexwilson/enable-github-automerge-action@56e3117d1ae1540309dc8f7a9f2825bc3c5f06ff # v2.0.0
27-
if: startsWith(steps.branchname.outputs.branch, 'translations_')
2831
with:
29-
github-token: ${{ secrets.GITHUB_TOKEN }}
32+
github-token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)