From 20719030c0b73648370224f556ed6b5708e2a704 Mon Sep 17 00:00:00 2001 From: Daniel Saxton Date: Sun, 13 Sep 2020 19:57:06 -0500 Subject: [PATCH] CI: Auto-label PRs for review --- .github/PULL_REQUEST_TEMPLATE.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 7c3870470f074..5e4d3b4ec38e4 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,3 +1,9 @@ +--- + +labels: "Needs Review" + +--- + - [ ] closes #xxxx - [ ] tests added / passed - [ ] passes `black pandas`