Skip to content

Commit 429381a

Browse files
committed
chore: sync with WeblateOrg/meta
1 parent b7029c7 commit 429381a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pull_requests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
if: github.actor == 'weblate'
1919
steps:
2020
- name: Enable Pull Request Automerge
21-
run: gh pr merge --rebase --auto "$PR_NUMBER"
21+
run: gh pr merge --repo "$GITHUB_REPOSITORY" --rebase --auto "$PR_NUMBER"
2222
env:
2323
GH_TOKEN: ${{ secrets.WEBLATE_CI_TOKEN }} # zizmor: ignore[secrets-outside-env]
2424
PR_NUMBER: ${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)