-
Notifications
You must be signed in to change notification settings - Fork 82
Description
Is your feature request related to a problem?
Currently, the activity log displays events in a fixed format, which limits customization and may not fit every user's preferred style or branding. Users may want more control over how their activity is presented in their README, such as adjusting the text, including additional metadata, or reordering elements.
Who benefits?
All users of the action who wish for a more personalized or branded README, especially those wanting to match their activity log to the rest of their profile or documentation style.
How important is this feature?
Nice to have
Describe the solution you'd like
Allow users to define custom templates (e.g., using a JSON/YAML/Markdown configuration file) to specify how each event is rendered in their README. This could support placeholders for event type, repo, action, links, date, etc. For example: "[{icon}] {action} {repo} on {date}". Provide clear documentation and examples for template customization.
Describe alternatives you've considered
Alternative: Only offer a few built-in format styles or themes, but this would be less flexible than user-defined templates. Another alternative is to only allow minor tweaks via inputs, but this wouldn't provide the level of customization some users may want.
Additional context
.