Skip to content

Commit 772b0b7

Browse files
authored
Allow PR commenting from fork
1 parent c6b1819 commit 772b0b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/extension-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
body-includes: "<!-- extension-validation-report -->"
124124

125125
- name: Comment PR with report
126-
if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository && always()
126+
if: github.event_name == 'pull_request' && always()
127127
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
128128
with:
129129
comment-id: ${{ steps.fc.outputs.comment-id }}

0 commit comments

Comments
 (0)