Feature Overview Enable github-comment to output to GITHUB_STEP_SUMMARY. Why is the feature needed? This is useful for some workflows such as workflow_dispatch. Example Code $ github-comment exec -out "file:$GITHUB_STEP_SUMMARY" -- npm test Note No response...
const maint = fs.readFileSync(process.env.GITHUB_WORKSPACE + '/oi-pr.maint').toString().trimEnd(); if (maint.length > 0) { body += "\n\nRelevant Maintainers:\n\n" + maint; } fs.writeFileSync(process.env.GITHUB_STEP_SUMMARY, body); needNewComment = true; console.log('Reviewing...
Use the GitHub job/step summary instead so that the summary is contained on the workflow job summary.nbolton added enhancement triage unanswered labels Sep 22, 2024 nbolton changed the title Use GitHub step/job summary rather than adding a comment to the PR Use GitHub step/job summary instead...
Using step-summary: Pull Request Review Only clang-tidy Using tidy-review: Only clang-format Using format-review: Add C/C++ Linter Action badge in README You can show C/C++ Linter Action status with a badge in your repository README Example [![cpp-linter](https://github.com/cpp-linter/...
A Github Action for linting C/C++ code integrating clang-tidy and clang-format to collect feedback provided in the form of file-annotations, thread-comments, workflow step-summary, and Pull Request reviews (with tidy-review or format-review). Warning We only support Linux runners using a Debia...
.github/workflows/alert-failed-test.yml Failing test: Jest Tests.x-pack/plugins/transform/public/app/sections/create_transform/components/step_define - Transform: <DefinePivotSummary /> Minimal initialization #69580 Sign in to view logs Summary Jobs Alert on failed test Run details Usage Workflow...
Your window into the Elastic Stack. Contribute to elastic/kibana development by creating an account on GitHub.