mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
fix: Skip comment on community PRs (no-changelog) (#15914)
This commit is contained in:
2
.github/workflows/e2e-tests-pr.yml
vendored
2
.github/workflows/e2e-tests-pr.yml
vendored
@@ -63,7 +63,7 @@ jobs:
|
|||||||
echo "job_outcome=$JOB_OUTCOME" >> $GITHUB_OUTPUT
|
echo "job_outcome=$JOB_OUTCOME" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: Create or Update PR Comment
|
- name: Create or Update PR Comment
|
||||||
if: steps.determine_outcome.outputs.should_post_comment == 'true'
|
if: steps.determine_outcome.outputs.should_post_comment == 'true' && needs.eligibility_check.outputs.should_run == 'true'
|
||||||
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
|
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
|
||||||
with:
|
with:
|
||||||
issue-number: ${{ github.event.pull_request.number }}
|
issue-number: ${{ github.event.pull_request.number }}
|
||||||
|
|||||||
Reference in New Issue
Block a user