This is an automated email from the ASF dual-hosted git repository.
damccorm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new a74e6196975 Label kata changes with the language they're modifying
(#22764)
a74e6196975 is described below
commit a74e6196975ed05ccfa08dd6e51218a53aa0f5b2
Author: Danny McCormick <[email protected]>
AuthorDate: Thu Aug 18 05:47:19 2022 -0700
Label kata changes with the language they're modifying (#22764)
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/**/*"]