Merge branch 'main' into repo-sync
This commit is contained in:
@@ -87,9 +87,9 @@ You can only choose an additional permission if it's not already included in the
|
||||
|
||||
### Security
|
||||
|
||||
- **Read {% data variables.product.prodname_code_scanning %} results**
|
||||
- **Write {% data variables.product.prodname_code_scanning %} results**
|
||||
- **Delete {% data variables.product.prodname_code_scanning %} results**
|
||||
- **Read {% data variables.product.prodname_code_scanning %} results**: Provide users with read permissions for {% data variables.product.prodname_code_scanning %} alerts.
|
||||
- **Write {% data variables.product.prodname_code_scanning %} results**: Provide users with write permissions for {% data variables.product.prodname_code_scanning %} alerts.
|
||||
- **Delete {% data variables.product.prodname_code_scanning %} results**: Provide users with delete permissions for {% data variables.product.prodname_code_scanning %} alerts.
|
||||
|
||||
## Precedence for different levels of access
|
||||
|
||||
|
||||
@@ -74,8 +74,7 @@ Another way you can narrow down search results is to exclude certain subsets. Yo
|
||||
|
||||
Query | Example
|
||||
------------- | -------------
|
||||
<code>-<em>QUALIFIER</em></code> | **[cats stars:>10 -language:javascript](https://github.com/search?q=cats+stars%3A>10+-language%3Ajavascript&type=Repositories)** matches repositories with the word "cats" that have more than 10 stars but are not written in JavaScript.
|
||||
| **[mentions:defunkt -org:github](https://github.com/search?utf8=%E2%9C%93&q=mentions%3Adefunkt+-org%3Agithub&type=Issues)** matches issues mentioning @defunkt that are not in repositories in the GitHub organization
|
||||
<code>-<em>QUALIFIER</em></code> | **[mentions:defunkt -org:github](https://github.com/search?utf8=%E2%9C%93&q=mentions%3Adefunkt+-org%3Agithub&type=Issues)** matches issues mentioning @defunkt that are not in repositories in the GitHub organization.
|
||||
|
||||
## Use quotation marks for queries with whitespace
|
||||
|
||||
|
||||
Reference in New Issue
Block a user