pr comments: only on external prs (#31635)

only on external prs
pull/31528/head
Justin Newberry 2 years ago committed by GitHub
parent 3a6c3315ab
commit 851df7458f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      .github/workflows/auto_pr_review.yaml

@ -39,6 +39,7 @@ jobs:
steps:
- name: comment
uses: thollander/actions-comment-pull-request@fabd468d3a1a0b97feee5f6b9e499eab0dd903f6
if: github.event.pull_request.head.repo.full_name != 'commaai/openpilot'
with:
message: |
<!-- _(run_id **${{ github.run_id }}**)_ -->

Loading…
Cancel
Save