-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathjsonschema-gentypes.yaml
More file actions
34 lines (31 loc) · 1.9 KB
/
jsonschema-gentypes.yaml
File metadata and controls
34 lines (31 loc) · 1.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# yaml-language-server: $schema=https://raw.githubusercontent.com/sbrunner/jsonschema-gentypes/2.13.0/jsonschema_gentypes/schema.json
headers: |
"""
Automatically generated file from a JSON schema.
"""
python_version: '3.11'
generate:
- source: github_app_geo_project/project-schema.json
destination: github_app_geo_project/project_configuration.py
- source: github_app_geo_project/application-schema.json
destination: github_app_geo_project/application_configuration.py
- source: github_app_geo_project/module/changelog/schema.json
destination: github_app_geo_project/module/changelog/configuration.py
- source: github_app_geo_project/module/auto_review_merge_close/schema.json
destination: github_app_geo_project/module/auto_review_merge_close/configuration.py
- source: github_app_geo_project/module/audit/schema.json
destination: github_app_geo_project/module/audit/configuration.py
- source: github_app_geo_project/module/pull_request/checks-schema.json
destination: github_app_geo_project/module/pull_request/checks_configuration.py
- source: github_app_geo_project/module/pull_request/links-schema.json
destination: github_app_geo_project/module/pull_request/links_configuration.py
- source: github_app_geo_project/module/delete_old_workflow_runs/schema.json
destination: github_app_geo_project/module/delete_old_workflow_runs/configuration.py
- source: github_app_geo_project/module/versions/schema.json
destination: github_app_geo_project/module/versions/configuration.py
- source: github_app_geo_project/module/clean/schema.json
destination: github_app_geo_project/module/clean/configuration.py
- source: github_app_geo_project/module/backport/schema.json
destination: github_app_geo_project/module/backport/configuration.py
- source: github_app_geo_project/module/updates/schema.json
destination: github_app_geo_project/module/updates/configuration.py