We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7029c7 commit 429381aCopy full SHA for 429381a
1 file changed
.github/workflows/pull_requests.yaml
@@ -18,7 +18,7 @@ jobs:
18
if: github.actor == 'weblate'
19
steps:
20
- name: Enable Pull Request Automerge
21
- run: gh pr merge --rebase --auto "$PR_NUMBER"
+ run: gh pr merge --repo "$GITHUB_REPOSITORY" --rebase --auto "$PR_NUMBER"
22
env:
23
GH_TOKEN: ${{ secrets.WEBLATE_CI_TOKEN }} # zizmor: ignore[secrets-outside-env]
24
PR_NUMBER: ${{ github.event.pull_request.number }}
0 commit comments