TLDR.Chat

New Feature for Tracking Issue Comments in FOSS

feat(foss): add support for IssueCommentEvent and improve event handling · avelino/avelino.run@be433eb 🔗

- Add support for IssueCommentEvent to track issue comments - Improve event type handling with case statement - Enhance markdown generation for different event types - Add emojis for different even...

A new feature has been added to support the IssueCommentEvent, which allows tracking comments on issues. Improvements include better event type handling, enhanced markdown generation for various event types, and the addition of emojis to represent different events. Additionally, the historical pages on contributions to free and open-source software (FOSS) have been updated to reflect these changes.

What new feature has been added?

Support for IssueCommentEvent has been added to track issue comments.

How has event handling been improved?

Event handling now uses a case statement for better management of event types.

What changes were made to the historical FOSS contribution pages?

The historical contribution pages have been updated to a new format reflecting the recent changes.

Related