From d023ec121eec1c0decf4ca49ae82f110b2886767 Mon Sep 17 00:00:00 2001 From: Erez Rokah Date: Fri, 22 Mar 2024 15:04:10 +0100 Subject: [PATCH] chore: Add labels to classify issues that are relevant to all plugins (#453) --- .github/labels.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/labels.yml b/.github/labels.yml index a69fbc9..d429ac5 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -102,6 +102,12 @@ - name: area/new-plugin color: d73a4a +- name: area/plugins + color: d73a4a +- name: area/plugins/sources + color: d73a4a +- name: area/plugins/destinations + color: d73a4a - name: area/plugin/source/other color: 006B75 - name: area/plugin/source/airtable