AadityaBansal01 / AadityaBansal01/smart-timetable

CI: Build Success/Failure Status in PR Comments

Open
#12 3 comments 0 reactions 0 assignees View on GitHub
good first issue hacktoberfest
Dominant language
JavaScript
Stars
1
Forks
4
PR merge metrics
No merged PRs in 30d

Description

## 🧩 Feature: CI Build Status in PR Comments

### Problem / Motivation
Contributors and reviewers currently need to open workflow logs manually to check build results.
This slows down the review process and reduces visibility of CI outcomes.

### Proposed Solution
- Automatically run build checks on each pull request.
- Post a comment in the PR with build status:
- ✅ **Success** — build passed
- ❌ **Failed** — include brief error logs
- Update or replace the comment automatically on workflow reruns.

### Alternatives Considered
Relying only on GitHub’s built-in status checks — visible but less informative within the PR conversation.

### Acceptance Criteria
- Workflow triggers on `pull_request`.
- Build results appear in PR comments.
- Comments update on new runs.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.