Skip the PR comment job for fork PRs#321
Conversation
|
Note Currently processing new changes in this PR. This may take a few minutes, please wait... ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Qodana for JVMIt seems all right 👌 No new problems were found according to the checks applied 💡 Qodana analysis was run in the pull request mode: only the changed files were checked View the detailed Qodana reportTo be able to view the detailed Qodana report, you can either:
To get - name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2026.1.3
with:
upload-result: trueContact Qodana teamContact us at qodana-support@jetbrains.com
|
|
✅ Build successful! For testing, download plugin zip from the Artifacts section. |
adietish
left a comment
There was a problem hiding this comment.
LGTM. Looks legit to me.
| prComment: | ||
| name: PR comment | ||
| if: github.event_name == 'pull_request' | ||
| if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository |
There was a problem hiding this comment.
if I get this right, the prComment is only run in the main repository, not in the forks any more. Looks sound
No description provided.