Skip to content

Commit 697873a

Browse files
committed
no more comments
1 parent dd6ab6b commit 697873a

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

.github/workflows/dockerfile-deps.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,3 @@ jobs:
4141
run: |
4242
echo "::error::Dockerfile dependencies validation failed. See job summary for details."
4343
exit 1
44-
45-
- name: Comment on PR with changes (if validation failed)
46-
if: steps.validate.outputs.exit_code != '0' && github.event_name == 'pull_request'
47-
uses: actions/github-script@v7
48-
with:
49-
script: |
50-
const fs = require('fs');
51-
const report = fs.readFileSync('report.md', 'utf8');
52-
53-
await github.rest.issues.createComment({
54-
owner: context.repo.owner,
55-
repo: context.repo.repo,
56-
issue_number: context.issue.number,
57-
body: `## Dockerfile Dependencies Changed\n\n${report}\n\n---\n*This check ensures Dockerfile dependencies are tracked and validated against the source of truth.*`
58-
});

0 commit comments

Comments
 (0)