ci: skip lint comment on fork PRs

This commit is contained in:
Mike Nguyen 2026-05-09 13:50:20 +00:00 committed by Teknium
parent 9c68d12079
commit 6062c24fd1

View file

@ -122,7 +122,8 @@ jobs:
retention-days: 14
- name: Post / update PR comment
if: github.event_name == 'pull_request'
if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository
continue-on-error: true
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
with:
script: |