Skip to content

Commit 1295caf

Browse files
authored
Adding OAuth GitHub to fixes.yaml
1 parent 6741e36 commit 1295caf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

fixes.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ actions:
1515
- "from_oauth_google"
1616
- "from_oauth_apple"
1717
- "from_oauth_microsoft"
18+
- "from_oauth_github"
1819
- target: $["components"]["schemas"]["Oauth"]["properties"]["strategy"]["enum"][*]
1920
remove: true
2021
- target: $["components"]["schemas"]["Oauth"]["properties"]["strategy"]["enum"]
@@ -26,12 +27,14 @@ actions:
2627
- "from_oauth_microsoft"
2728
- "oauth_apple"
2829
- "oauth_microsoft"
30+
- "oauth_github"
2931
- "email_link"
3032
- target: $["components"]["schemas"]["IdentificationLink"]["properties"]["type"]["enum"]
3133
update:
3234
- "oauth_apple"
3335
- "oauth_discord"
3436
- "oauth_microsoft"
37+
- "oauth_github"
3538
- target: $["components"]["parameters"]["LimitParameter"]["schema"]
3639
update:
3740
type: integer

0 commit comments

Comments
 (0)