Skip to content

Commit

Permalink
improve comments
Browse files Browse the repository at this point in the history
Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
  • Loading branch information
grubberr committed Jun 21, 2022
1 parent a36416d commit 801e555
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1114,7 +1114,7 @@ class WorkflowRuns(SemiIncrementalMixin, GithubStream):
record_slice_key = ["repository", "full_name"]

# https://docs.github.com/en/actions/managing-workflow-runs/re-running-workflows-and-jobs
re_run_period = 32
re_run_period = 32 # days

def path(self, stream_slice: Mapping[str, Any] = None, **kwargs) -> str:
return f"repos/{stream_slice['repository']}/actions/runs"
Expand Down

0 comments on commit 801e555

Please sign in to comment.