openapi-github 0.1.0

OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# SelectedActions

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**github_owned_allowed** | Option<**bool**> | Whether GitHub-owned actions are allowed. For example, this includes the actions in the `actions` organization. | [optional]
**verified_allowed** | Option<**bool**> | Whether actions from GitHub Marketplace verified creators are allowed. Set to `true` to allow all actions by GitHub Marketplace verified creators. | [optional]
**patterns_allowed** | Option<**Vec<String>**> | Specifies a list of string-matching patterns to allow specific action(s) and reusable workflow(s). Wildcards, tags, and SHAs are allowed. For example, `monalisa/octocat@*`, `monalisa/octocat@v2`, `monalisa/_*`.  **Note**: The `patterns_allowed` setting only applies to public repositories. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)