Skip to content

add support for issues event#4

Merged
dhth merged 1 commit into
mainfrom
add-support-for-issues-event
May 25, 2026
Merged

add support for issues event#4
dhth merged 1 commit into
mainfrom
add-support-for-issues-event

Conversation

@dhth
Copy link
Copy Markdown
Owner

@dhth dhth commented May 25, 2026

No description provided.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 25, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 4956c455-5c8a-4aa7-b82f-1336f21bfd0a

📥 Commits

Reviewing files that changed from the base of the PR and between 179e362 and 811f450.

📒 Files selected for processing (7)
  • src/domain/events.rs
  • src/output/assets/templates/editorial.html
  • src/output/assets/templates/notebook.html
  • src/output/assets/templates/terminal.html
  • src/output/assets/templates/zine.html
  • src/output/presentation.rs
  • src/service/github.rs

📝 Walkthrough

Walkthrough

This pull request adds support for GitHub's IssuesEvent webhook type. The change introduces new domain types (IssuesEvent and a shared Issue struct) and refactors IssueCommentEvent to reuse the shared struct. The service layer now deserializes IssuesEvent payloads from webhooks. The presentation layer defines EventKind::Issues with metadata (name, emoji, color) and generates display fragments from issue events. CSS styling rules are added across four HTML templates (editorial, notebook, terminal, zine) to visually distinguish Issues events using new theme color variables.

🚥 Pre-merge checks | ✅ 3 | ❌ 2

❌ Failed checks (1 warning, 1 inconclusive)

Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
Description check ❓ Inconclusive No pull request description was provided by the author, making it impossible to evaluate relevance or quality of explanation. Add a pull request description explaining the changes, their purpose, and any relevant context for reviewers.
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately and concisely summarizes the main change: adding support for the GitHub issues event type across the codebase.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@dhth dhth merged commit b51ce1f into main May 25, 2026
10 checks passed
@dhth dhth deleted the add-support-for-issues-event branch May 25, 2026 19:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant