Skip to content

Commit

Permalink
Bump actions/labeler from 4 to 5 (#393)
Browse files Browse the repository at this point in the history
* 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] <support@github.com>

* Update .github/workflows/label.yml
* Update labeler config

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dominik Gresch <greschd@users.noreply.github.com>
Co-authored-by: Dominik Gresch <dominik.gresch@ansys.com>
  • Loading branch information
3 people committed Dec 6, 2023
1 parent df6e79c commit d9e623e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
11 changes: 6 additions & 5 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
documentation:
- doc/source/**/*
- changed-files:
- any-glob-to-any-file: ["doc/source/**/*"]
maintenance:
- .github/**/*
- .flake8
- pyproject.toml
- changed-files:
- any-glob-to-any-file: [".github/**/*", ".flake8", "pyproject.toml"]
dependencies:
- requirements/*
- changed-files:
- any-glob-to-any-file: ["poetry.lock"]
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 d9e623e

Please sign in to comment.