docs: remove cost, document missing options and improve docs (#653)
This commit is contained in:
@@ -38,7 +38,11 @@ Use a full `repo` scope token to display **private** events.
|
||||
with:
|
||||
# ... other options
|
||||
plugin_activity: yes
|
||||
plugin_activity_limit: 5 # Limit to 5 events
|
||||
plugin_activity_days: 14 # Keep only events from last 14 days (can be set to 0 to disable limitations)
|
||||
plugin_activity_filter: all # Show all events (use table above to filter events types)
|
||||
plugin_activity_limit: 5 # Limit to 5 events
|
||||
plugin_activity_load: 100 # Load up to 100 recent events from API (should be higher than "limit")
|
||||
plugin_activity_days: 14 # Keep only events from last 14 days (set to 0 for no limit)
|
||||
plugin_activity_filter: all # Show all events (use table above to filter events types)
|
||||
plugin_activity_visibility: public # Only display public events
|
||||
plugin_activity_timestamps: yes # Display events timestamps
|
||||
plugin_activity_skipped: repo # Ignored repositories
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user