Skip to content

Commit b531751

Browse files
fix typo in GH source client (#38299)
Co-authored-by: Oleksandr Bazarnov <[email protected]>
1 parent 2fb595b commit b531751

File tree

5 files changed

+4
-9
lines changed

5 files changed

+4
-9
lines changed

airbyte-integrations/connectors/source-github/acceptance-test-config.yml

-6
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ acceptance_tests:
44
spec:
55
tests:
66
- spec_path: "source_github/spec.json"
7-
backward_compatibility_tests_config:
8-
disable_for_version: "1.4.3"
97
connection:
108
tests:
119
- config_path: "secrets/config.json"
@@ -17,11 +15,7 @@ acceptance_tests:
1715
discovery:
1816
tests:
1917
- config_path: "secrets/config.json"
20-
backward_compatibility_tests_config:
21-
disable_for_version: "1.4.3"
2218
- config_path: "secrets/config_oauth.json"
23-
backward_compatibility_tests_config:
24-
disable_for_version: "0.4.8"
2519
basic_read:
2620
tests:
2721
- config_path: "secrets/config.json"

airbyte-integrations/connectors/source-github/metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ data:
1010
connectorSubtype: api
1111
connectorType: source
1212
definitionId: ef69ef6e-aa7f-4af1-a01d-ef775033524e
13-
dockerImageTag: 1.7.2
13+
dockerImageTag: 1.7.3
1414
dockerRepository: airbyte/source-github
1515
documentationUrl: https://docs.airbyte.com/integrations/sources/github
1616
githubIssueLabel: source-github

airbyte-integrations/connectors/source-github/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
33
build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
6-
version = "1.7.2"
6+
version = "1.7.3"
77
name = "source-github"
88
description = "Source implementation for GitHub."
99
authors = [ "Airbyte <[email protected]>",]

airbyte-integrations/connectors/source-github/source_github/spec.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"client_secret": {
4040
"type": "string",
41-
"title": "Client ssecret",
41+
"title": "Client secret",
4242
"description": "OAuth Client secret",
4343
"airbyte_secret": true
4444
}

docs/integrations/sources/github.md

+1
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ Your token should have at least the `repo` scope. Depending on which streams you
212212

213213
| Version | Date | Pull Request | Subject |
214214
| :------ | :--------- | :---------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
215+
| 1.7.3 | 2024-05-20 | [38299](https://github.com/airbytehq/airbyte/pull/38299) | Fixed spec typo |
215216
| 1.7.2 | 2024-04-19 | [36636](https://github.com/airbytehq/airbyte/pull/36636) | Updating to 0.80.0 CDK |
216217
| 1.7.1 | 2024-04-12 | [36636](https://github.com/airbytehq/airbyte/pull/36636) | schema descriptions |
217218
| 1.7.0 | 2024-03-19 | [36267](https://github.com/airbytehq/airbyte/pull/36267) | Pin airbyte-cdk version to `^0` |

0 commit comments

Comments
 (0)