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 482bca8526a723db5f9928e9f2e185d1dd12de0f Author: Danny McCormick <[email protected]> AuthorDate: Wed Apr 2 15:10:15 2025 -0400 Remove build label exclusion and just use workflows --- .github/autolabeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/autolabeler.yml b/.github/autolabeler.yml index 4d0f5e60e43..6cd7516e744 100644 --- a/.github/autolabeler.yml +++ b/.github/autolabeler.yml @@ -18,7 +18,7 @@ # Please keep the entries sorted lexicographically in each category. # General -build: ["assembly.xml", "buildSrc/**/*", ".gitattributes", ".github/**/*", "!.github/trigger_files/*", ".gitignore", "gradle/**/*", ".mailmap", "release/**/*", "sdks/java/build-tools/**/*"] +build: ["assembly.xml", "buildSrc/**/*", ".gitattributes", ".github/workflows/*", ".gitignore", "gradle/**/*", ".mailmap", "release/**/*", "sdks/java/build-tools/**/*"] 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", "learning/katas/go/**/*"]
