From 9c3b67ec82ff1d5db64f6a2baba98390bfe9406c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edouard=20Choini=C3=A8re?= <27212526+echoix@users.noreply.github.com> Date: Wed, 13 Mar 2024 22:51:30 -0400 Subject: [PATCH] CI(labeler): Match notebook label (#3498) * CI(labeler): Match notebook label * CI(labeler): Match notebook label for Jupyter support code --- .github/labeler.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 5890b15d616..2073e935f24 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -143,6 +143,12 @@ Python: - any-glob-to-any-file: - '**/*.py' - '**/pyproject.toml' +notebook: + - changed-files: + - any-glob-to-any-file: + - '**/*.ipynb' + - doc/notebooks/** + - python/grass/jupyter/** C: - changed-files: - any-glob-to-any-file: '**/*.c'