1
0
mirror of synced 2025-12-21 19:06:49 -05:00

Add backticks round <scope> (#36297)

This commit is contained in:
Felicity Chapman
2023-04-11 08:54:12 +01:00
committed by GitHub
parent ed7fa3aaf4
commit c27b09ce24

View File

@@ -32,7 +32,7 @@ license: # optional, the license under which the pack is published
dependencies: # map from CodeQL pack name to version range
```
* `name:` must follow the <scope>/<pack> format, where <scope> is the {% data variables.product.prodname_dotcom %} organization that you will publish to and <pack> is the name for the pack.
* `name:` must follow the `<scope>/<pack>` format, where `<scope>` is the {% data variables.product.prodname_dotcom %} organization that you will publish to and <pack> is the name for the pack.
* A maximum of one of `default-suite` or `default-suite-file` is allowed. These are two different ways to define a default query suite to be run, the first by specifying queries directly in the qlpack.yml file and the second by specifying a query suite in the pack.