Skip to content

Commit

Permalink
update tap.py metadata
Browse files Browse the repository at this point in the history
Co-authored-by: Edgar Ramírez Mondragón <[email protected]>
  • Loading branch information
TrishGillett and edgarrmondragon authored Sep 19, 2024
1 parent 24aa4ce commit f6c9484
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tap_github/tap.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,11 @@ def logger(cls) -> logging.Logger:
"Configures which states are of interest. "
"Must be one of [open, closed, all], defaults to open."
),
default="open",
allowed_values=["open", "closed", "all"],
),
),
descriptions="Setting specific to the 'milestones' stream."
),
th.Property("start_date", th.DateTimeType),
th.Property("stream_maps", th.ObjectType()),
Expand Down

0 comments on commit f6c9484

Please sign in to comment.