From 34fe7db7e8e11dc8c6843bef71a744f23995655d Mon Sep 17 00:00:00 2001 From: Darcy Clarke Date: Tue, 5 Nov 2019 10:57:59 -0500 Subject: [PATCH] chore: create settings.yml file - This will ensure we inherit our standard labels from the `open-source-project-boilerplate` PR-URL: https://github.com/npm/cli/pull/282 Credit: @darcyclarke Close: #282 Reviewed-by: @ruyadorno --- .github/settings.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/settings.yml diff --git a/.github/settings.yml b/.github/settings.yml new file mode 100644 index 0000000000000..4aaa0dd57e4ad --- /dev/null +++ b/.github/settings.yml @@ -0,0 +1,2 @@ +--- +_extends: 'open-source-project-boilerplate'