From aafab81ae7b3df6360ae3e55ee080bf30c3dcd76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 17:48:47 +0900 Subject: [PATCH] chore(deps): bump actions/labeler from 4 to 5 (#3895) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Asher Gomez --- .github/labeler.yml | 127 ++++++++++++++++++++++++---------- .github/workflows/labeler.yml | 2 +- 2 files changed, 93 insertions(+), 36 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index d01f3d6de..c4034cad1 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,66 +1,123 @@ archive: - - archive/** + - changed-files: + - any-glob-to-any-file: archive/** +assert: + - changed-files: + - any-glob-to-any-file: assert/** async: - - async/** + - changed-files: + - any-glob-to-any-file: async/** bytes: - - bytes/** + - changed-files: + - any-glob-to-any-file: bytes/** +cli: + - changed-files: + - any-glob-to-any-file: cli/** collections: - - collections/** + - changed-files: + - any-glob-to-any-file: collections/** console: - - console/** + - changed-files: + - any-glob-to-any-file: console/** crypto: - - crypto/** + - changed-files: + - any-glob-to-any-file: crypto/** csv: - - csv/** + - changed-files: + - any-glob-to-any-file: csv/** data_structures: - - data_structures/** + - changed-files: + - any-glob-to-any-file: data_structures/** datetime: - - datetime/** + - changed-files: + - any-glob-to-any-file: datetime/** dotenv: - - dotenv/** + - changed-files: + - any-glob-to-any-file: dotenv/** encoding: - - encoding/** -examples: - - examples/** + - changed-files: + - any-glob-to-any-file: encoding/** +expect: + - changed-files: + - any-glob-to-any-file: expect/** flags: - - flags/** + - changed-files: + - any-glob-to-any-file: flags/** fmt: - - fmt/** + - changed-files: + - any-glob-to-any-file: fmt/** front_matter: - - front_matter/** + - changed-files: + - any-glob-to-any-file: front_matter/** fs: - - fs/** + - changed-files: + - any-glob-to-any-file: fs/** html: - - html/** + - changed-files: + - any-glob-to-any-file: html/** http: - - http/** + - changed-files: + - any-glob-to-any-file: http/** +ini: + - changed-files: + - any-glob-to-any-file: ini/** io: - - io/** + - changed-files: + - any-glob-to-any-file: io/** json: - - json/** + - changed-files: + - any-glob-to-any-file: json/** jsonc: - - jsonc/** + - changed-files: + - any-glob-to-any-file: jsonc/** log: - - log/** + - changed-files: + - any-glob-to-any-file: log/** media_types: - - media_types/** + - changed-files: + - any-glob-to-any-file: media_types/** +msgpack: + - changed-files: + - any-glob-to-any-file: msgpack/** +net: + - changed-files: + - any-glob-to-any-file: net/** path: - - path/** -permission: - - permission/** + - changed-files: + - any-glob-to-any-file: path/** +permissions: + - changed-files: + - any-glob-to-any-file: permissions/** regexp: - - regexp/** + - changed-files: + - any-glob-to-any-file: regexp/** semver: - - semver/** + - changed-files: + - any-glob-to-any-file: semver/** signal: - - signal/** + - changed-files: + - any-glob-to-any-file: signal/** streams: - - streams/** + - changed-files: + - any-glob-to-any-file: streams/** testing: - - testing/** + - changed-files: + - any-glob-to-any-file: testing/** +text: + - changed-files: + - any-glob-to-any-file: text/** toml: - - toml/** + - changed-files: + - any-glob-to-any-file: toml/** +ulid: + - changed-files: + - any-glob-to-any-file: ulid/** +url: + - changed-files: + - any-glob-to-any-file: url/** uuid: - - uuid/** + - changed-files: + - any-glob-to-any-file: uuid/** yaml: - - yaml/** + - changed-files: + - any-glob-to-any-file: yaml/** diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 40a2e8d96..6032556be 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -9,6 +9,6 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: actions/labeler@v4 + - uses: actions/labeler@v5 with: sync-labels: true \ No newline at end of file