Skip to content

Commit

Permalink
Merge pull request #4087 from ansys/ci/fix_labeler
Browse files Browse the repository at this point in the history
CI: fix labeler to match v5 structure
  • Loading branch information
SMoraisAnsys authored Jan 16, 2024
2 parents 2ea82c7 + c946a5b commit 858f5bc
Showing 1 changed file with 27 additions and 7 deletions.
34 changes: 27 additions & 7 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,32 @@
documentation:
- any-glob-to-any-file: ["doc/source/**/*", "README.md", "README_CN.md"]
- changed-files:
- any-glob-to-any-file:
- "doc/source/*"
- "README.md"
- "README_CN.md"

maintenance:
- any-glob-to-any-file: [".github/**/*", ".flake8", "pyproject.toml"]
dependencies:
- any-glob-to-any-file: [requirements/**/*]
- changed-files:
- any-glob-to-any-file:
- ".github/**/*"
- ".flake8"
- "pyproject.toml"

testing:
- any-glob-to-any-file: ["_unittest/conftest.py", "_unittest_ironpython/run_unittests.py", "_unittest_ironpython/run_unittests_batchmode.cmd"]
- changed-files:
- any-glob-to-any-file:
- "_unittest/conftest.py"
- "_unittest_ironpython/run_unittests.py"
- "_unittest_ironpython/run_unittests_batchmode.cmd"

# TODO : Remove once EDB is extracted from PyAEDT
edb:
- any-glob-to-any-file: ["examples/00-EDB/**", "examples/01-HFSS3DLayout/EDB_in_3DLayout.py", "examples/05-Q3D/Q3D_from_EDB.py", "pyaedt/edb_core/**", "pyaedt/edb.py"]

- changed-files:
- any-glob-to-any-file:
- "examples/00-EDB/*"
- "examples/01-HFSS3DLayout/EDB_in_3DLayout.py"
- "examples/01-HFSS3DLayout/Dcir_in_3DLayout.py"
- "examples/05-Q3D/Q3D_from_EDB.py"
- "examples/05-Q3D/Q3D_DC_IR.py"
- "pyaedt/edb_core/**/*"
- "pyaedt/edb.py"

0 comments on commit 858f5bc

Please sign in to comment.