Skip to content

Commit f91c8fe

Browse files
committed
update docs and bump connector version
1 parent 1bcccaa commit f91c8fe

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@
252252
- name: GitHub
253253
sourceDefinitionId: ef69ef6e-aa7f-4af1-a01d-ef775033524e
254254
dockerRepository: airbyte/source-github
255-
dockerImageTag: 0.2.23
255+
dockerImageTag: 0.2.24
256256
documentationUrl: https://docs.airbyte.io/integrations/sources/github
257257
icon: github.svg
258258
sourceType: api

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2380,7 +2380,7 @@
23802380
supportsNormalization: false
23812381
supportsDBT: false
23822382
supported_destination_sync_modes: []
2383-
- dockerImage: "airbyte/source-github:0.2.23"
2383+
- dockerImage: "airbyte/source-github:0.2.24"
23842384
spec:
23852385
documentationUrl: "https://docs.airbyte.com/integrations/sources/github"
23862386
connectionSpecification:

airbyte-integrations/connectors/source-github/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ RUN pip install .
1212
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
1313
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]
1414

15-
LABEL io.airbyte.version=0.2.23
15+
LABEL io.airbyte.version=0.2.24
1616
LABEL io.airbyte.name=airbyte/source-github

docs/integrations/sources/github.md

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ This connector outputs the following full refresh streams:
2222
* [Tags](https://docs.github.com/en/rest/reference/repos#list-repository-tags)
2323
* [Teams](https://docs.github.com/en/rest/reference/teams#list-teams)
2424
* [Users](https://docs.github.com/en/rest/reference/orgs#list-organization-members)
25+
* [Workflows](https://docs.github.com/en/rest/reference/actions#workflows)
26+
* [WorkflowRuns](https://docs.github.com/en/rest/reference/actions#list-workflow-runs-for-a-repository)
2527

2628
This connector outputs the following incremental streams:
2729

@@ -109,6 +111,7 @@ Your token should have at least the `repo` scope. Depending on which streams you
109111

110112
| Version | Date | Pull Request | Subject |
111113
|:--------|:-----------| :--- |:-------------------------------------------------------------------------------------------------------------|
114+
| 0.2.24 | 2022-03-30 | [9251](https://github.com/airbytehq/airbyte/pull/9251) | Add Streams Workflow and WorkflowRuns |
112115
| 0.2.23 | 2022-03-17 | [11212](https://github.com/airbytehq/airbyte/pull/11212) | Improve documentation and spec for Beta |
113116
| 0.2.22 | 2022-03-10 | [10878](https://github.com/airbytehq/airbyte/pull/10878) | Fix error handling for unavailable streams with 404 status code |
114117
| 0.2.21 | 2022-03-04 | [10749](https://github.com/airbytehq/airbyte/pull/10749) | Add new stream `ProjectCards` |

0 commit comments

Comments
 (0)