We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de9f067 + 2b2274a commit 9d56416Copy full SHA for 9d56416
.github/workflows/validate.yml
@@ -33,14 +33,3 @@ jobs:
33
34
- name: Run merge test
35
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