Skip to content

Commit

Permalink
chore: Sync with WeblateOrg/meta
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Nov 8, 2024
1 parent 9c52743 commit cb89099
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pull_requests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
name: Weblate automerge
if: github.actor == 'weblate'
steps:
- uses: actions/checkout@v4
- name: Enable Pull Request Automerge
run: gh pr merge --merge --auto "${{ github.event.pull_request.number }}"
run: gh pr merge --rebase --auto "${{ github.event.pull_request.number }}"
env:
GH_TOKEN: ${{ secrets.WEBLATE_CI_TOKEN }}

0 comments on commit cb89099

Please sign in to comment.