You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2022/08/17 20:00:25 UTC

[beam] 01/01: Label kata changes with the language they're modifying

This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch damccorm-patch-1
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 6235ab1b5da815e7dbf7e3d54f2bb1d79c55d74a
Author: Danny McCormick <da...@google.com>
AuthorDate: Wed Aug 17 16:00:18 2022 -0400

    Label kata changes with the language they're modifying
    
    I noticed this didn't happen in https://github.com/apache/beam/pull/22753
---
 .github/autolabeler.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/autolabeler.yml b/.github/autolabeler.yml
index 888c5d4f3a4..5aa7a28b676 100644
--- a/.github/autolabeler.yml
+++ b/.github/autolabeler.yml
@@ -21,13 +21,13 @@
 build: ["assembly.xml", "build.gradle.kts", "buildSrc/**/*", ".gitattributes", ".github/**/*", ".gitignore", "gradle/**/*", ".mailmap", "ownership/**/*", "release/**/*", "sdks/java/build-tools/**/*", "settings.gradle.kts"]
 docker: ["runners/flink/job-server-container/**/*", "runners/spark/job-server/container/**/*", "sdks/go/container/**/*", "sdks/java/container/**/*", "sdks/python/container/**/*"]
 examples: ["examples/**/*", "sdks/go/examples/**/*", "sdks/python/apache_beam/examples/**/*"]
-go: ["sdks/go/**/*", "sdks/go.mod", "sdks/go.sum"]
+go: ["sdks/go/**/*", "sdks/go.mod", "sdks/go.sum", "learning/katas/go/**/*"]
 infra: [".test-infra/**/*"]
-java: ["examples/java/**/*", "sdks/java/**/*", "runners/extensions-java/**/*"]
+java: ["examples/java/**/*", "sdks/java/**/*", "runners/extensions-java/**/*", "learning/katas/java/**/*", "learning/katas/kotlin/**/*"]
 kotlin: ["examples/kotlin/**/*"]
 learning: ["learning/**/*"]
 model: ["model/**/*"]
-python: ["sdks/python/**/*"]
+python: ["sdks/python/**/*", "learning/katas/python/**/*"]
 typescript: ["sdks/typescript/**/*"]
 vendor: ["vendor/**/*"]
 website: ["website/**/*"]