Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow overriding files #134

Merged
merged 2 commits into from
Aug 5, 2024
Merged

Allow overriding files #134

merged 2 commits into from
Aug 5, 2024

Conversation

miniBill
Copy link
Collaborator

@miniBill miniBill commented Aug 5, 2024

No description provided.

Copy link

github-actions bot commented Aug 5, 2024

diff -w -d -r main/generated/AirlineCodeLookupApi/Types.elm branch/generated/AirlineCodeLookupApi/Types.elm
35d34
< 
37d35
< 
79d76
< 
81d77
< 
diff -w -d -r main/generated/GithubV3RestApi/Types.elm branch/generated/GithubV3RestApi/Types.elm
2738d2737
< 
2740d2738
< 
2746d2743
< 
2748d2744
< 
2753,2754c2749
<   - parents: This is a list of items. The documentation for an item follows.
< 
---
>   - parents: A list of:
3324d3318
< 
3326d3319
< 
3331,3334c3324,3325
<   - correlator: Correlator provides a key that is used to group snapshots submitted over time. Only the "latest" submitted snapshot for a given combination of `job.correlator` and `detector.name` will be considered when calculating a repository's current dependencies. Correlator should be as unique as it takes to distinguish all detection runs for a given "wave" of CI workflow you run. If you're using GitHub Actions, a good default value for this could be the environment variables GITHUB\_WORKFLOW and GITHUB\_JOB concatenated together. If you're using a build matrix, then you'll also need to add additional key(s) to distinguish between each submission inside a matrix variation.
< 
<   - html\_url: The url for the job.
< 
---
>         - correlator: Correlator provides a key that is used to group snapshots submitted over time. Only the "latest" submitted snapshot for a given combination of `job.correlator` and `detector.name` will be considered when calculating a repository's current dependencies. Correlator should be as unique as it takes to distinguish all detection runs for a given "wave" of CI workflow you run. If you're using GitHub Actions, a good default value for this could be the environment variables GITHUB_WORKFLOW and GITHUB_JOB concatenated together. If you're using a build matrix, then you'll also need to add additional key(s) to distinguish between each submission inside a matrix variation.
>         - html_url: The url for the job.
3789a3781
> 
3791d3782
<   - selected\_workflows: List of workflows the runner group should be allowed to run. This setting will be ignored unless `restricted_to_workflows` is set to `true`.
3793c3784
< This is a list of items. The documentation for an item follows.
---
>   - selected\_workflows: List of workflows the runner group should be allowed to run. This setting will be ignored unless `restricted_to_workflows` is set to `true`.
3795c3786
< Name of workflow the runner group should be allowed to run. Note that a ref, tag, or long SHA is required.
---
>     A list of: Name of workflow the runner group should be allowed to run. Note that a ref, tag, or long SHA is required.
3819d3809
<   - selected\_workflows: List of workflows the runner group should be allowed to run. This setting will be ignored unless `restricted_to_workflows` is set to `true`.
3821c3811
< This is a list of items. The documentation for an item follows.
---
>   - selected\_workflows: List of workflows the runner group should be allowed to run. This setting will be ignored unless `restricted_to_workflows` is set to `true`.
3823c3813
< Name of workflow the runner group should be allowed to run. Note that a ref, tag, or long SHA is required.
---
>     A list of: Name of workflow the runner group should be allowed to run. Note that a ref, tag, or long SHA is required.
4095d4084
< 
4097d4085
< 
4099d4086
< 
4101d4087
<       - merge\_commit\_title: The default value for a merge commit title.
4102a4089
>   - merge\_commit\_title: The default value for a merge commit title.
4104d4090
< 
4105a4092
> 
4106a4094
> 
4107a4096
> 
4109d4097
<       - squash\_merge\_commit\_message: The default value for a squash merge commit message:
4110a4099
>   - squash\_merge\_commit\_message: The default value for a squash merge commit message:
4112d4100
< 
4114d4101
< 
4116d4102
<       - squash\_merge\_commit\_title: The default value for a squash merge commit title:
4117a4104
>   - squash\_merge\_commit\_title: The default value for a squash merge commit title:
4119d4105
< 
4120a4107
> 
4123c4110
<       - merge\_commit\_message: The default value for a merge commit message.
---
>         - merge_commit_message: The default value for a merge commit message.
4126d4112
< 
4128d4113
< 
4130c4115
<       - merge\_commit\_title: The default value for a merge commit title.
---
>         - merge_commit_title: The default value for a merge commit title.
4133d4117
< 
4135c4119
<       - squash\_merge\_commit\_message: The default value for a squash merge commit message:
---
>         - squash_merge_commit_message: The default value for a squash merge commit message:
4138d4121
< 
4140d4122
< 
4142c4124
<       - squash\_merge\_commit\_title: The default value for a squash merge commit title:
---
>         - squash_merge_commit_title: The default value for a squash merge commit title:
4145d4126
< 
4146a4128
> 
4147a4130
> 
4148a4132
> 
5295d5278
< 
5297d5279
< 
5303d5284
< 
5305d5285
< 
5531d5510
< 
6323c6302
<   - source\_location: The path of the manifest file relative to the root of the Git repository.
---
>         - source_location: The path of the manifest file relative to the root of the Git repository.
6496a6476
> 
6497a6478
> 
6498a6480
> 
6499a6482
> 
6500a6484
> 
6501a6486
> 
6502a6488
> 
6503a6490
> 
6504a6492
> 
6505a6494
> 
6506a6496
> 
6507a6498
> 
6508a6500
> 
6510d6501
<   - steps: Steps in this job.
6512c6503
< This is a list of items. The documentation for an item follows.
---
>   - steps: Steps in this job.
6513a6505
>     A list of:
6516c6508
<   - completed\_at: The time that the job finished, in ISO 8601 format.
---
>         - completed_at: The time that the job finished, in ISO 8601 format.
6519c6511
<   - started\_at: The time that the step started, in ISO 8601 format.
---
>         - started_at: The time that the step started, in ISO 8601 format.
6980d6971
< 
6986d6976
< 
7165d7154
< 
7167d7155
< 
7173d7160
< 
7175d7161
< 
7180,7181c7166
<   - parents: This is a list of items. The documentation for an item follows.
< 
---
>   - parents: A list of:
7329d7313
< 
7331d7314
< 
7333d7315
< 
7334a7317
> 
7335a7319
> 
7342d7325
< 
7344d7326
< 
7346d7327
< 
7348d7328
<       - squash\_merge\_commit\_title: The default value for a squash merge commit title:
7349a7330
>   - squash\_merge\_commit\_title: The default value for a squash merge commit title:
7351d7331
< 
7352a7333
> 
7583d7563
<   - environments: The list of environments that were approved or rejected
7585c7565
< This is a list of items. The documentation for an item follows.
---
>   - environments: The list of environments that were approved or rejected
7586a7567
>     A list of:
7589c7570
<   - created\_at: The time that the environment was created, in ISO 8601 format.
---
>         - created_at: The time that the environment was created, in ISO 8601 format.
7592c7573,7574
<   - updated\_at: The time that the environment was last updated, in ISO 8601 format.
---
>         - updated_at: The time that the environment was last updated, in ISO 8601 format.
> 
7848,7849c7830
< This is a list of items. The documentation for an item follows.
< 
---
> A list of:
7938,7939c7919
< 
<   - vector\_string: The full CVSS vector string for the advisory.
---
>         - vector_string: The full CVSS vector string for the advisory.
7943,7944c7923
< This is a list of items. The documentation for an item follows.
< 
---
>     A list of:
7947c7926
<   - cwe\_id: The unique CWE ID.
---
>         - cwe_id: The unique CWE ID.
7948a7928
> 
7949a7930
> 
7951d7931
<   - identifiers: Values that identify this advisory among security information sources.
7953c7933
< This is a list of items. The documentation for an item follows.
---
>   - identifiers: Values that identify this advisory among security information sources.
7954a7935
>     A list of:
7958a7940
> 
7960d7941
<   - references: Links to additional advisory information.
7962c7943
< This is a list of items. The documentation for an item follows.
---
>   - references: Links to additional advisory information.
7963a7945
>     A list of:
7966a7949
> 
7967a7951
> 
7968a7953
> 
7969a7955
> 
7970a7957
> 
8005,8006c7992
<   - manifest\_path: The full path to the dependency manifest file, relative to the root of the repository.
< 
---
>         - manifest_path: The full path to the dependency manifest file, relative to the root of the repository.
8554d8539
< 
8556,8560c8541,8542
< 
<   - has\_uncommitted\_changes: Whether the local repository has uncommitted changes.
< 
<   - has\_unpushed\_changes: Whether the local repository has unpushed changes.
< 
---
>         - has_uncommitted_changes: Whether the local repository has uncommitted changes.
>         - has_unpushed_changes: Whether the local repository has unpushed changes.
8591c8573
<   - allowed\_port\_privacy\_settings: The privacy settings a user can select from when forwarding a port.
---
>         - allowed_port_privacy_settings: The privacy settings a user can select from when forwarding a port.
8651,8652c8633
<   - errors: This is a list of items. The documentation for an item follows.
< 
---
>   - errors: A list of:
9816d9796
< 
9818d9797
< 
9820d9798
< 
9822,9841c9800,9809
< 
<   - ubuntu\_16\_core: Total minutes used on Ubuntu 16 core runner machines.
< 
<   - ubuntu\_32\_core: Total minutes used on Ubuntu 32 core runner machines.
< 
<   - ubuntu\_4\_core: Total minutes used on Ubuntu 4 core runner machines.
< 
<   - ubuntu\_64\_core: Total minutes used on Ubuntu 64 core runner machines.
< 
<   - ubuntu\_8\_core: Total minutes used on Ubuntu 8 core runner machines.
< 
<   - windows\_16\_core: Total minutes used on Windows 16 core runner machines.
< 
<   - windows\_32\_core: Total minutes used on Windows 32 core runner machines.
< 
<   - windows\_4\_core: Total minutes used on Windows 4 core runner machines.
< 
<   - windows\_64\_core: Total minutes used on Windows 64 core runner machines.
< 
<   - windows\_8\_core: Total minutes used on Windows 8 core runner machines.
---
>         - ubuntu_16_core: Total minutes used on Ubuntu 16 core runner machines.
>         - ubuntu_32_core: Total minutes used on Ubuntu 32 core runner machines.
>         - ubuntu_4_core: Total minutes used on Ubuntu 4 core runner machines.
>         - ubuntu_64_core: Total minutes used on Ubuntu 64 core runner machines.
>         - ubuntu_8_core: Total minutes used on Ubuntu 8 core runner machines.
>         - windows_16_core: Total minutes used on Windows 16 core runner machines.
>         - windows_32_core: Total minutes used on Windows 32 core runner machines.
>         - windows_4_core: Total minutes used on Windows 4 core runner machines.
>         - windows_64_core: Total minutes used on Windows 64 core runner machines.
>         - windows_8_core: Total minutes used on Windows 8 core runner machines.

@wolfadex wolfadex merged commit 04b912d into main Aug 5, 2024
2 checks passed
@wolfadex wolfadex deleted the overrides branch August 5, 2024 22:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants