From f4ce2714791f6798d89ea9829739def0d023650f Mon Sep 17 00:00:00 2001 From: Vojtech Simetka Date: Wed, 10 Mar 2021 20:24:08 +0100 Subject: [PATCH] chore: add labels config for bee-worker --- .github/config.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/config.yaml diff --git a/.github/config.yaml b/.github/config.yaml new file mode 100644 index 0000000..0ce73ba --- /dev/null +++ b/.github/config.yaml @@ -0,0 +1,3 @@ +labels: + issue: type:issue + pull-request: type:pull-request \ No newline at end of file