Skip to content

Commit 587f4ae

Browse files
auto-bump connector version
1 parent edb3bbf commit 587f4ae

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

airbyte-config/init/src/main/resources/seed/source_definitions.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@
303303
- name: GitHub
304304
sourceDefinitionId: ef69ef6e-aa7f-4af1-a01d-ef775033524e
305305
dockerRepository: airbyte/source-github
306-
dockerImageTag: 0.2.35
306+
dockerImageTag: 0.2.36
307307
documentationUrl: https://docs.airbyte.io/integrations/sources/github
308308
icon: github.svg
309309
sourceType: api

airbyte-config/init/src/main/resources/seed/source_specs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2620,7 +2620,7 @@
26202620
supportsNormalization: false
26212621
supportsDBT: false
26222622
supported_destination_sync_modes: []
2623-
- dockerImage: "airbyte/source-github:0.2.35"
2623+
- dockerImage: "airbyte/source-github:0.2.36"
26242624
spec:
26252625
documentationUrl: "https://docs.airbyte.com/integrations/sources/github"
26262626
connectionSpecification:

airbyte-integrations/connectors/source-github/source_github/streams.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1114,7 +1114,7 @@ class WorkflowRuns(SemiIncrementalMixin, GithubStream):
11141114
record_slice_key = ["repository", "full_name"]
11151115

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

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

0 commit comments

Comments
 (0)