File tree 4 files changed +6
-3
lines changed
airbyte-config/init/src/main/resources/seed
airbyte-integrations/connectors/source-github
docs/integrations/sources
4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 252
252
- name : GitHub
253
253
sourceDefinitionId : ef69ef6e-aa7f-4af1-a01d-ef775033524e
254
254
dockerRepository : airbyte/source-github
255
- dockerImageTag : 0.2.23
255
+ dockerImageTag : 0.2.24
256
256
documentationUrl : https://docs.airbyte.io/integrations/sources/github
257
257
icon : github.svg
258
258
sourceType : api
Original file line number Diff line number Diff line change 2380
2380
supportsNormalization : false
2381
2381
supportsDBT : false
2382
2382
supported_destination_sync_modes : []
2383
- - dockerImage : " airbyte/source-github:0.2.23 "
2383
+ - dockerImage : " airbyte/source-github:0.2.24 "
2384
2384
spec :
2385
2385
documentationUrl : " https://docs.airbyte.com/integrations/sources/github"
2386
2386
connectionSpecification :
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ RUN pip install .
12
12
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
13
13
ENTRYPOINT ["python" , "/airbyte/integration_code/main.py" ]
14
14
15
- LABEL io.airbyte.version=0.2.23
15
+ LABEL io.airbyte.version=0.2.24
16
16
LABEL io.airbyte.name=airbyte/source-github
Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ This connector outputs the following full refresh streams:
22
22
* [ Tags] ( https://docs.github.com/en/rest/reference/repos#list-repository-tags )
23
23
* [ Teams] ( https://docs.github.com/en/rest/reference/teams#list-teams )
24
24
* [ 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 )
25
27
26
28
This connector outputs the following incremental streams:
27
29
@@ -109,6 +111,7 @@ Your token should have at least the `repo` scope. Depending on which streams you
109
111
110
112
| Version | Date | Pull Request | Subject |
111
113
| :--------| :-----------| :--- | :-------------------------------------------------------------------------------------------------------------|
114
+ | 0.2.24 | 2022-03-30 | [ 9251] ( https://github.com/airbytehq/airbyte/pull/9251 ) | Add Streams Workflow and WorkflowRuns |
112
115
| 0.2.23 | 2022-03-17 | [ 11212] ( https://github.com/airbytehq/airbyte/pull/11212 ) | Improve documentation and spec for Beta |
113
116
| 0.2.22 | 2022-03-10 | [ 10878] ( https://github.com/airbytehq/airbyte/pull/10878 ) | Fix error handling for unavailable streams with 404 status code |
114
117
| 0.2.21 | 2022-03-04 | [ 10749] ( https://github.com/airbytehq/airbyte/pull/10749 ) | Add new stream ` ProjectCards ` |
You can’t perform that action at this time.
0 commit comments