Skip to content

Skip the PR comment job for fork PRs#321

Merged
azatsarynnyy merged 1 commit into
mainfrom
fix-build-yaml
Jun 26, 2026
Merged

Skip the PR comment job for fork PRs#321
azatsarynnyy merged 1 commit into
mainfrom
fix-build-yaml

Conversation

@azatsarynnyy

Copy link
Copy Markdown
Member

No description provided.

@coderabbitai

coderabbitai Bot commented Jun 26, 2026

Copy link
Copy Markdown

Review Change Stack

Note

Currently processing new changes in this PR. This may take a few minutes, please wait...

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Enterprise

Run ID: 0026d8e2-3951-4a6a-9b83-8e2fc71b4611

📥 Commits

Reviewing files that changed from the base of the PR and between c4fdb82 and 105df8c.

📒 Files selected for processing (1)
  • .github/workflows/build.yml
 ____________________________________________________________________________
< I've got bills to pay, so I'm gonna find, find, find those bugs every day. >
 ----------------------------------------------------------------------------
  \
   \   (\__/)
       (•ㅅ•)
       /   づ

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions

Copy link
Copy Markdown
Contributor

Qodana for JVM

It 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 report

To be able to view the detailed Qodana report, you can either:

To get *.log files or any other Qodana artifacts, run the action with upload-result option set to true,
so that the action will upload the files as the job artifacts:

      - name: 'Qodana Scan'
        uses: JetBrains/qodana-action@v2026.1.3
        with:
          upload-result: true
Contact Qodana team

Contact us at qodana-support@jetbrains.com

@github-actions

Copy link
Copy Markdown
Contributor

✅ Build successful! For testing, download plugin zip from the Artifacts section.

@adietish adietish left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if I get this right, the prComment is only run in the main repository, not in the forks any more. Looks sound

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

correct

@azatsarynnyy azatsarynnyy merged commit 99b4d5c into main Jun 26, 2026
8 checks passed
@azatsarynnyy azatsarynnyy deleted the fix-build-yaml branch June 26, 2026 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants