Skip to content

Commit b1a4720

Browse files
committed
chore: Sync with WeblateOrg/meta
1 parent 6f4a4cb commit b1a4720

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pull_requests.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
name: Weblate automerge
2323
if: github.actor == 'weblate'
2424
steps:
25+
- uses: actions/checkout@v4
2526
- name: Enable Pull Request Automerge
26-
run: gh pr merge --merge --auto "${{ github.event.pull_request.number }}"
27+
run: gh pr merge --rebase --auto "${{ github.event.pull_request.number }}"
2728
env:
2829
GH_TOKEN: ${{ secrets.WEBLATE_CI_TOKEN }}

0 commit comments

Comments
 (0)