From 8adc1008d033bcf4ae5d23686c4f6b01c84cf8bb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 11:03:08 +0000 Subject: [PATCH] Auto-regenerate files --- action.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/action.yml b/action.yml index a1f75c2c..0c8b12b4 100644 --- a/action.yml +++ b/action.yml @@ -604,6 +604,13 @@ inputs: description: Maximum number of events to display default: 5 + # Number of activity events to load + # This should be higher than "plugin_activity_limit" + # A high number will consume more requests + plugin_activity_load: + description: Number of events to load + default: 300 + # Filter events by age # Note that it only filter fetched events, you may need to increase "plugin_activity_limit" to display older events # Set to 0 to disable age filtering