Skip to content

Commit dd36a83

Browse files
authored
fix(ci): specify repository in auto approve workflow (#2203)
1 parent f0505a0 commit dd36a83

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/auto-approve.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,6 @@ jobs:
1515
GH_TOKEN: ${{ secrets.RHACS_BOT_GITHUB_TOKEN }}
1616
run: |
1717
set -euo pipefail
18-
gh pr review ${{ github.event.pull_request.number }} --approve --body "Auto-approved by automation."
18+
gh pr review ${{ github.event.pull_request.number }} \
19+
--approve --body "Auto-approved by automation." \
20+
--repo "${{ github.repository }}"

0 commit comments

Comments
 (0)