From d9455121068733677e94d79382b190cf2203a3c4 Mon Sep 17 00:00:00 2001 From: Enno Runne <458526+ennru@users.noreply.github.com> Date: Fri, 31 Jan 2020 16:00:30 +0100 Subject: [PATCH] Autolabeler configuration [skip ci] --- .github/autolabeler.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/autolabeler.yml diff --git a/.github/autolabeler.yml b/.github/autolabeler.yml new file mode 100644 index 0000000000..bc4599aa88 --- /dev/null +++ b/.github/autolabeler.yml @@ -0,0 +1,5 @@ +# configuration for https://github.com/probot/autolabeler + +dependency-change: "/project/Dependencies.scala" + +'t:stream': ["/akka-stream", "/akka-stream-testkit", "/akka-stream-tests", "/akka-stream-tests-tck", "/akka-stream-typed"]