1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Quote angle-bracketed placeholder so it shows up in resulting help text. (#50514)

This commit is contained in:
Sam Partington
2024-05-08 14:47:45 +01:00
committed by GitHub
parent ac5e6c87cb
commit 3fd7f6d5c8

View File

@@ -31,7 +31,7 @@ license: # optional, the license under which the pack is published
dependencies: # map from CodeQL pack name to version range 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. - 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.