From 79f4be934e01e53bab3723645af643cc5078c09c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 23:38:57 +0000 Subject: [PATCH 1/2] ci(deps): bump amannn/action-semantic-pull-request from 5.0.2 to 5.3.0 Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) from 5.0.2 to 5.3.0. - [Release notes](https://github.com/amannn/action-semantic-pull-request/releases) - [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md) - [Commits](https://github.com/amannn/action-semantic-pull-request/compare/v5.0.2...v5.3.0) --- updated-dependencies: - dependency-name: amannn/action-semantic-pull-request dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-labeling.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-labeling.yml b/.github/workflows/auto-labeling.yml index aebdeb82319..5ba7517205c 100644 --- a/.github/workflows/auto-labeling.yml +++ b/.github/workflows/auto-labeling.yml @@ -37,7 +37,7 @@ jobs: !startsWith( github.head_ref, 'dependabot/' )) steps: - - uses: amannn/action-semantic-pull-request@v5.0.2 + - uses: amannn/action-semantic-pull-request@v5.3.0 with: types: | feat From 58ad6db86fdd1b8b12d26bc4ced096ed430cb1db Mon Sep 17 00:00:00 2001 From: Yuki Takei Date: Tue, 3 Oct 2023 23:20:53 +0900 Subject: [PATCH 2/2] Update auto-labeling.yml --- .github/workflows/auto-labeling.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-labeling.yml b/.github/workflows/auto-labeling.yml index 5ba7517205c..46ff3f44d9c 100644 --- a/.github/workflows/auto-labeling.yml +++ b/.github/workflows/auto-labeling.yml @@ -37,7 +37,7 @@ jobs: !startsWith( github.head_ref, 'dependabot/' )) steps: - - uses: amannn/action-semantic-pull-request@v5.3.0 + - uses: amannn/action-semantic-pull-request@v5 with: types: | feat