Skip to content

Commit 9d56416

Browse files
Merge branch 'master' into yogeshpaliyal-patch-1
2 parents de9f067 + 2b2274a commit 9d56416

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/validate.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,3 @@ jobs:
3333

3434
- name: Run merge test
3535
run: bun run node scripts/merge.js
36-
37-
# Option 1: Use a dedicated action for PR comments instead
38-
- name: Add PR comment
39-
if: github.event_name == 'pull_request' && always()
40-
uses: marocchino/sticky-pull-request-comment@v2
41-
with:
42-
header: validation-result
43-
message: |
44-
## Data Validation ${{ job.status == 'success' && '✅' || '❌' }}
45-
46-
${{ job.status == 'success' && 'All data files are valid!' || 'There are issues with the data files. Please check the action logs for details.' }}

0 commit comments

Comments
 (0)