From 0cb05c75f77704bb50f42566c098315898f1e02b Mon Sep 17 00:00:00 2001 From: Josh Moore Date: Fri, 29 May 2020 08:48:12 -0600 Subject: [PATCH] Create labeler.yml Data for what the labeler Action should look for --- .github/labeler.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/labeler.yml diff --git a/.github/labeler.yml b/.github/labeler.yml new file mode 100644 index 0000000..1c41764 --- /dev/null +++ b/.github/labeler.yml @@ -0,0 +1,8 @@ +fix: + - '[FIX]' +new: + - '[NEW]' +remove: + - '[REMOVE]' +other: + - '[OTHER]'