From b11a9d1dacece02c81cf760c6a2f815cee63afd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 15:07:52 +0800 Subject: [PATCH] Bump actions/labeler from 4 to 5 (#5198) * 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](https://github.com/actions/labeler/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/labeler dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * Update labeler.yml --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: nihui --- .github/labeler.yml | 60 +++++++++++++++++++++++++---------- .github/workflows/labeler.yml | 2 +- 2 files changed, 45 insertions(+), 17 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 31d03ede3..d901ce7a6 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,24 +1,52 @@ cmake: -- cmake/** -- toolchains/** +- changed-files: + - any-glob-to-any-file: ['cmake/**', 'toolchains/**'] -doc: docs/** +doc: +- changed-files: + - any-glob-to-any-file: docs/** -python: python/** +python: +- changed-files: + - any-glob-to-any-file: python/** -example: examples/** +example: +- changed-files: + - any-glob-to-any-file: examples/** -test: tests/** +test: +- changed-files: + - any-glob-to-any-file: tests/** -tool: tools/** -pnnx: tools/pnnx/** +tool: +- changed-files: + - any-glob-to-any-file: tools/** +pnnx: +- changed-files: + - any-glob-to-any-file: tools/pnnx/** -core: src/* -layer: src/layer/* +core: +- changed-files: + - any-glob-to-any-file: src/* +layer: +- changed-files: + - any-glob-to-any-file: src/layer/* -arm: src/layer/arm/** -loongarch: src/layer/loongarch/** -mips: src/layer/mips/** -riscv: src/layer/riscv/** -vulkan: src/layer/vulkan/** -x86: src/layer/x86/** +arm: +- changed-files: + - any-glob-to-any-file: src/layer/arm/** +loongarch: +- changed-files: + - any-glob-to-any-file: src/layer/loongarch/** +mips: +- changed-files: + - any-glob-to-any-file: src/layer/mips/** +riscv: +- changed-files: + - any-glob-to-any-file: src/layer/riscv/** +vulkan: +- changed-files: + - any-glob-to-any-file: src/layer/vulkan/** +x86: +- changed-files: + - any-glob-to-any-file: src/layer/x86/** diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 889c41b54..281597340 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -9,4 +9,4 @@ jobs: label: runs-on: ubuntu-latest steps: - - uses: actions/labeler@v4 + - uses: actions/labeler@v5