From c50571ebaf20aff2709002677f902c49e57c31d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 18:45:47 +0000 Subject: [PATCH] Bump actions/labeler from 4.3.0 to 5.0.0 Bumps [actions/labeler](https://github.com/actions/labeler) from 4.3.0 to 5.0.0. - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/ac9175f8a1f3625fd0d4fb234536d26811351594...8558fd74291d67161a8a78ce36a881fa63b766a9) --- updated-dependencies: - dependency-name: actions/labeler dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/labeler.yml | 70 ++++++++++++++++++++++------------- .github/workflows/labeler.yml | 2 +- 2 files changed, 45 insertions(+), 27 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 7a6dbbdc6..23a7d475f 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -7,45 +7,63 @@ # https://github.com/marketplace/actions/labeler "part:actor": - - "src/frequenz/sdk/actor/**" + - changed-files: + - any-glob-to-any-file: + - "src/frequenz/sdk/actor/**" "part:config": - - "src/frequenz/sdk/config/**" + - changed-files: + - any-glob-to-any-file: + - "src/frequenz/sdk/config/**" "part:core": - - "src/frequenz/sdk/_internal/**" + - changed-files: + - any-glob-to-any-file: + - "src/frequenz/sdk/_internal/**" "part:data-pipeline": - - "src/frequenz/sdk/_data_handling/**" - - "src/frequenz/sdk/_data_ingestion/**" - - "src/frequenz/sdk/timeseries/**" + - changed-files: + - any-glob-to-any-file: + - "src/frequenz/sdk/_data_handling/**" + - "src/frequenz/sdk/_data_ingestion/**" + - "src/frequenz/sdk/timeseries/**" "part:docs": - - "**/*.md" - - "docs/**" - - "examples/**" - - LICENSE + - changed-files: + - any-glob-to-any-file: + - "**/*.md" + - "docs/**" + - "examples/**" + - LICENSE "part:microgrid": - - "src/frequenz/sdk/microgrid/**" + - changed-files: + - any-glob-to-any-file: + - "src/frequenz/sdk/microgrid/**" "part:power-distribution": - - "src/frequenz/sdk/power/**" + - changed-files: + - any-glob-to-any-file: + - "src/frequenz/sdk/power/**" "part:tests": - - "**/conftest.py" - - "tests/**" + - changed-files: + - any-glob-to-any-file: + - "**/conftest.py" + - "tests/**" "part:tooling": - - "**/*.ini" - - "**/*.toml" - - "**/*.yaml" - - "**/*.yml" - - "**/conftest.py" - - ".editorconfig" - - ".git*" - - ".git*/**" - - "docs/*.py" - - CODEOWNERS - - MANIFEST.in - - noxfile.py + - changed-files: + - any-glob-to-any-file: + - "**/*.ini" + - "**/*.toml" + - "**/*.yaml" + - "**/*.yml" + - "**/conftest.py" + - ".editorconfig" + - ".git*" + - ".git*/**" + - "docs/*.py" + - CODEOWNERS + - MANIFEST.in + - noxfile.py diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 783997ba7..c844b8d27 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -18,7 +18,7 @@ jobs: # only use hashes to pick the action to execute (instead of tags or branches). # For more details read: # https://securitylab.github.com/research/github-actions-preventing-pwn-requests/ - uses: actions/labeler@ac9175f8a1f3625fd0d4fb234536d26811351594 # 4.3.0 + uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # 5.0.0 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" dot: true