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 f0505a0 commit dd36a83Copy full SHA for dd36a83
.github/workflows/auto-approve.yml
@@ -15,4 +15,6 @@ jobs:
15
GH_TOKEN: ${{ secrets.RHACS_BOT_GITHUB_TOKEN }}
16
run: |
17
set -euo pipefail
18
- gh pr review ${{ github.event.pull_request.number }} --approve --body "Auto-approved by automation."
+ gh pr review ${{ github.event.pull_request.number }} \
19
+ --approve --body "Auto-approved by automation." \
20
+ --repo "${{ github.repository }}"
0 commit comments