From 57a57713c3284ba66efe08575e01a236b256144d Mon Sep 17 00:00:00 2001 From: Sam Partington Date: Thu, 2 Jul 2020 13:37:46 +0100 Subject: [PATCH] Remove test builds section of PR template This is covered by the CI checks now --- .github/pull_request_template.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index ca84204a3..8b6c99b95 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,7 +1,4 @@ ### Merge / deployment checklist -- Run test builds as necessary. Can be on this repository or elsewhere as needed in order to test the change - please include links to tests in other repos! - - [ ] CodeQL using init/analyze actions - - [ ] 3rd party tool using upload action - [ ] Confirm this change is backwards compatible with existing workflows. - [ ] Confirm the [readme](https://github.com/github/codeql-action/blob/master/README.md) has been updated if necessary.