From 5476f08493f6733cfdd8379e379d2bc6733ecb5b Mon Sep 17 00:00:00 2001 From: SMoraisAnsys <146729917+SMoraisAnsys@users.noreply.github.com> Date: Fri, 9 Feb 2024 15:11:15 +0000 Subject: [PATCH] CI: track changes in examples (#4211) Note: this will help us greatly with the maintenance of the new pyaedt-examples projects. At short term it will alleviate the pain of tracking changes in the examples while working on the repo. In the long term, it could be leveraged to trigger specific workflows on the pyaedt-examples repo --- .github/labeler.yml | 5 +++++ .github/labels.yml | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index c1c5b66fe8b..8e72bd5082c 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -30,3 +30,8 @@ edb: - "examples/05-Q3D/Q3D_DC_IR.py" - "pyaedt/edb_core/**/*" - "pyaedt/edb.py" + +examples: +- changed-files: + - any-glob-to-any-file: + - "examples/**/*" diff --git a/.github/labels.yml b/.github/labels.yml index 413e3847c51..78f0ebc7060 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -33,3 +33,7 @@ - name: edb description: Anything related to the EDB API color: C4C25D + +- name: examples + description: Anything related to the examples + color: 3C2E5F