From e0e30a049072e5faa350a978ca488946590534f9 Mon Sep 17 00:00:00 2001 From: Steve Winton Date: Tue, 16 Feb 2021 10:53:00 -0600 Subject: [PATCH] Add link to codeql.properties.json as example --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index db8f484..f7775f6 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -38,7 +38,7 @@ It is not: **For _Code Scanning_ workflows, the workflow:** - [ ] Should be preserved under [the `code-scanning` directory](https://github.com/actions/starter-workflows/tree/main/ci). -- [ ] Should include a matching `code-scanning/properties/*.properties.json` file, with properties set as follows: +- [ ] Should include a matching `code-scanning/properties/*.properties.json` file (for example, [`code-scanning/properties/codeql.properties.json`](https://github.com/actions/starter-workflows/blob/main/code-scanning/properties/codeql.properties.json)), with properties set as follows: - [ ] `name`: Name of the Code Scanning integration. - [ ] `organization`: Name of the organization producing the Code Scanning integration. - [ ] `description`: Short description of the Code Scanning integration.