Skip to content

Commit

Permalink
MAINT: Bump actions/labeler from 4 to 5 (#3943)
Browse files Browse the repository at this point in the history
* MAINT: Bump actions/labeler from 4 to 5

Bumps [actions/labeler](https://github.com/actions/labeler) from 4 to 5.
- [Release notes](https://github.com/actions/labeler/releases)
- [Commits](actions/labeler@v4...v5)

---
updated-dependencies:
- dependency-name: actions/labeler
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Fix sync labeler.

* Allow manual assignment.

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Maxime Rey <[email protected]>
  • Loading branch information
dependabot[bot] and MaxJPRey authored Dec 6, 2023
1 parent 3664c1b commit f106c65
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 18 deletions.
22 changes: 6 additions & 16 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,12 @@
documentation:
- doc/source/**/*
- README.md
- README_CN.md
- any-glob-to-any-file: ["doc/source/**/*", "README.md", "README_CN.md"]
maintenance:
- .github/**/*
- .flake8
- setup.py
- setup-distutils.py
- any-glob-to-any-file: [".github/**/*", ".flake8", "pyproject.toml"]
dependencies:
- requirements/**/*
- any-glob-to-any-file: [requirements/**/*]
testing:
- _unittest/conftest.py
- _unittest_ironpython/run_unittests.py
- _unittest_ironpython/run_unittests_batchmode.cmd
- 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:
- examples/00-EDB/**
- examples/01-HFSS3DLayout/EDB_in_3DLayout.py
- examples/05-Q3D/Q3D_from_EDB.py
- pyaedt/edb_core/**
- pyaedt/edb.py
- 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"]

3 changes: 1 addition & 2 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,9 @@ jobs:

# Label based on modified files
- name: Label based on changed files
uses: actions/labeler@v4
uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: ''

# Label based on branch name
- uses: actions-ecosystem/action-add-labels@v1
Expand Down

0 comments on commit f106c65

Please sign in to comment.