From 3f9d9c6aaad802996b51715849b16b42ad826a7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 13:09:37 +0700 Subject: [PATCH] GitHub Actions: Bump actions/labeler from 4.3.0 to 5.0.0 (#1181) * GitHub Actions: 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/v4.3.0...v5.0.0) --- updated-dependencies: - dependency-name: actions/labeler dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ivan Magda Co-authored-by: Ivan Magda --- .github/dependabot.yml | 2 +- .github/labeler.yml | 33 +++++++++++++++++++++++++-------- .github/workflows/label.yml | 4 ++-- 3 files changed, 28 insertions(+), 11 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a1e75e52ad..4d6098491f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -28,4 +28,4 @@ updates: - "dependencies" - "ci/cd" rebase-strategy: "disabled" - target-branch: "dev" \ No newline at end of file + target-branch: "dev" diff --git a/.github/labeler.yml b/.github/labeler.yml index f0d438be34..0d2ff490a2 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,13 +1,30 @@ a/b: - - Stepic/Legacy/Analytics/SplitTests/* - - Stepic/Legacy/Analytics/SplitTests/**/* + - changed-files: + - any-glob-to-any-file: + [ + "Stepic/Legacy/Analytics/SplitTests/*", + "Stepic/Legacy/Analytics/SplitTests/**/*", + ] dependencies: - - Gemfile - - Gemfile.lock - - Podfile - - Podfile.lock + - changed-files: + - any-glob-to-any-file: + ["Gemfile", "Gemfile.lock", "Podfile", "Podfile.lock"] + +ci/cd: + - changed-files: + - any-glob-to-any-file: + [ + ".github/workflows/**", + ".github/actions/**", + ".github/dependabot.yml", + ".github/filters.yaml", + ".github/labeler.yml", + ] main: - - Stepic/* - - Stepic/**/* \ No newline at end of file + - changed-files: + - any-glob-to-any-file: ["Stepic/*", "Stepic/**/*"] + +release: + - base-branch: "master" diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index fe461c309f..a973e93f54 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -7,6 +7,6 @@ jobs: permissions: pull-requests: write steps: - - uses: actions/labeler@v4.3.0 + - uses: actions/labeler@v5 with: - repo-token: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file + repo-token: "${{ secrets.GITHUB_TOKEN }}"