From d488e9d7440d24c142b067bdd84b487731e4a4ad Mon Sep 17 00:00:00 2001 From: Trish Gillett-Kawamoto Date: Thu, 19 Sep 2024 14:45:22 -0600 Subject: [PATCH] add readme explanation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 325434b9..0c075484 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,8 @@ This tap accepts the following configuration options: - `metrics_log_level` - `stream_maps` - `stream_maps_config` + - `milestones`: Parameters to be used by the `milestones` stream: + - `state`: Valid options are `open` (default), `closed`, `all`. - `rate_limit_buffer` - A buffer to avoid consuming all query points for the auth_token at hand. Defaults to 1000. - `expiry_time_buffer` - A buffer used when determining when to refresh Github app tokens. Only relevant when authenticating as a GitHub app. Defaults to 10 minutes. Tokens generated by GitHub apps expire 1 hour after creation, and will be refreshed once fewer than `expiry_time_buffer` minutes remain until the anticipated expiry time.