1 parent a7462b2 commit 1eb438fCopy full SHA for 1eb438f
1 file changed
.github/workflows/label-pr.yml
@@ -27,7 +27,7 @@ jobs:
27
28
- name: Warn about invalid PR title
29
if: steps.update-pr-labels.outcome == 'failure'
30
- run: gh pr comment "$PR_NUMBER" --body "$BODY"
+ run: gh pr comment "$PR_NUMBER" --repo "$GITHUB_REPOSITORY" --body "$BODY"
31
env:
32
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33
PR_NUMBER: ${{ github.event.pull_request.number }}
0 commit comments