From f8f4ee1a6feace948f81de30e75bec946a7dd867 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 19:27:52 +0000 Subject: [PATCH 1/2] chore(deps): 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] --- .github/workflows/pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 1a69e787..eb8a4980 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -28,6 +28,6 @@ jobs: "1000": "XXL", "1500": "OHLAWDHECOMIN" } - - uses: actions/labeler@v4 + - uses: actions/labeler@v5 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" From 752f10c18a65773c39bf154e44710d0f37a20203 Mon Sep 17 00:00:00 2001 From: Nick Santana Date: Wed, 3 Jan 2024 07:25:04 -0800 Subject: [PATCH 2/2] Update labeler yaml file for version 5 --- .github/labeler.yml | 30 +++++++++++++++++++----------- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index c49453a5..e2e39646 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,18 +1,26 @@ rust: - - '**.rs' - - '**/Cargo.lock' - - '**/Cargo.toml' + - changed-files: + - any-glob-to-any-file: + - '**.rs' + - '**/Cargo.lock' + - '**/Cargo.toml' dependencies: - - '**/Cargo.lock' + - changed-files: + - any-glob-to-any-file: + - '**/Cargo.lock' github_actions: - - '.github/workflows/**' - - '.github/labeler.yml' - - '.github/triage-labeler.yml' + - changed-files: + - any-glob-to-any-file: + - '.github/workflows/**' + - '.github/labeler.yml' + - '.github/triage-labeler.yml' python: - - '**/*.py' - - '**/poetry.lock' - - '**/pyproject.toml' - - '**/requirements.txt' + - changed-files: + - any-glob-to-any-file: + - '**/*.py' + - '**/poetry.lock' + - '**/pyproject.toml' + - '**/requirements.txt'