Skip to content

Commit

Permalink
GitHub Actions: Bump actions/labeler from 4.3.0 to 5.0.0 (#1181)
Browse files Browse the repository at this point in the history
* 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](actions/labeler@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] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ivan Magda <[email protected]>
Co-authored-by: Ivan Magda <[email protected]>
  • Loading branch information
3 people authored Oct 29, 2024
1 parent eafbbd6 commit 3f9d9c6
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ updates:
- "dependencies"
- "ci/cd"
rebase-strategy: "disabled"
target-branch: "dev"
target-branch: "dev"
33 changes: 25 additions & 8 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -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/**/*
- changed-files:
- any-glob-to-any-file: ["Stepic/*", "Stepic/**/*"]

release:
- base-branch: "master"
4 changes: 2 additions & 2 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 3f9d9c6

Please sign in to comment.