Skip to content

Commit 2ec2d25

Browse files
authored
fix(ci): add second approval for transifex PRs
Added a second auto-approve action using COMMAND_BOT_PAT. Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
1 parent c9b6753 commit 2ec2d25

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/transifex.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ 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

0 commit comments

Comments
 (0)