We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c9b6753 + 71ebde9 commit 710bc39Copy full SHA for 710bc39
1 file changed
.github/workflows/transifex.yml
@@ -21,9 +21,12 @@ jobs:
21
with:
22
github-token: "${{ secrets.GITHUB_TOKEN }}"
23
24
+ - uses: hmarr/auto-approve-action@f0939ea97e9205ef24d872e76833fa908a770363 # v4.0.0
25
+ with:
26
+ github-token: "${{ secrets.COMMAND_BOT_PAT }}"
27
+
28
# Enable GitHub auto merge
29
- name: Auto merge
30
uses: alexwilson/enable-github-automerge-action@56e3117d1ae1540309dc8f7a9f2825bc3c5f06ff # v2.0.0
- if: startsWith(steps.branchname.outputs.branch, 'translations_')
31
- github-token: ${{ secrets.GITHUB_TOKEN }}
32
+ github-token: "${{ secrets.GITHUB_TOKEN }}"
0 commit comments