From 2d7ade8f4c125b5d9c7c784064ecc7a7b9f348a7 Mon Sep 17 00:00:00 2001 From: Vecko <36369090+VeckoTheGecko@users.noreply.github.com> Date: Mon, 14 Jul 2025 11:11:53 +0200 Subject: [PATCH 1/2] meta: Fix labeler topic-documentation --- .github/labeler.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 19107595753..ad750815f8f 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -45,11 +45,10 @@ topic-DataTree: - xarray/core/datatree* topic-documentation: - - changed-files: - - any-glob-to-any-file: - - doc/* - - "!doc/whats-new.rst" - - doc/**/* + - all: + - changed-files: + - any-glob-to-any-file: "doc/**/*" + - all-globs-to-all-files: "!doc/whats-new.rst" topic-groupby: - changed-files: From 725f23b112274198d34ba34543f0e79499cb47c9 Mon Sep 17 00:00:00 2001 From: Vecko <36369090+VeckoTheGecko@users.noreply.github.com> Date: Mon, 14 Jul 2025 11:14:11 +0200 Subject: [PATCH 2/2] test --- doc/user-guide/terminology.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/user-guide/terminology.rst b/doc/user-guide/terminology.rst index 1c1b930c9c7..9473b715549 100644 --- a/doc/user-guide/terminology.rst +++ b/doc/user-guide/terminology.rst @@ -284,3 +284,4 @@ complete examples, please consult the relevant documentation.* Analogous to a single `netCDF group `_ or `Zarr group `_. +THIS IS A TEST