From 9dfce16221d6c25be7b45cc4cfe590ab2349bb69 Mon Sep 17 00:00:00 2001 From: Colin Hutchinson Date: Sat, 9 Apr 2022 16:45:54 +0000 Subject: [PATCH] chore(template): sync with hutchic/template-template --- .github/labeler.yml | 9 +++++++++ .github/pr-labeler.yml | 3 +++ 2 files changed, 12 insertions(+) create mode 100644 .github/labeler.yml create mode 100644 .github/pr-labeler.yml diff --git a/.github/labeler.yml b/.github/labeler.yml new file mode 100644 index 0000000..dfc1d0b --- /dev/null +++ b/.github/labeler.yml @@ -0,0 +1,9 @@ +--- +csv: +- '**/*.csv' +docs: +- '**/*.md' +github_actions: +- .github/** +python: +- '**/*.py' diff --git a/.github/pr-labeler.yml b/.github/pr-labeler.yml new file mode 100644 index 0000000..ba9162a --- /dev/null +++ b/.github/pr-labeler.yml @@ -0,0 +1,3 @@ +--- +bug: [bug/*, fix/*] +feature: [feature/*, feat/*]