Skip to content

Commit

Permalink
build(deps): bump actions/labeler from 4 to 5 (#292)
Browse files Browse the repository at this point in the history
* build(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](actions/labeler@v4...v5)

---
updated-dependencies:
- dependency-name: actions/labeler
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* labeler.ymlをv5に対応させる

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: nkmr <[email protected]>
Co-authored-by: k-nkmr <[email protected]>
  • Loading branch information
3 people authored Jan 5, 2024
1 parent adeaa0e commit b6e4c5d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 9 deletions.
24 changes: 16 additions & 8 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,31 @@
android:
- "**/android/**/*"
- changed-files:
- any-glob-to-any-file: "**/android/**/*"

documentation:
- "**/*.md"
- changed-files:
- any-glob-to-any-file: "**/*.md"

flutter_app:
- "packages/flutter_app/**/*"
- changed-files:
- any-glob-to-any-file: "packages/flutter_app/**/*"

ios:
- "**/ios/**/*"
- changed-files:
- any-glob-to-any-file: "**/ios/**/*"

macos:
- "**/macos/**/*"
- changed-files:
- any-glob-to-any-file: "**/macos/**/*"

test:
- "**/test/**/*"
- changed-files:
- any-glob-to-any-file: "**/test/**/*"

themes:
- "packages/themes/**/*"
- changed-files:
- any-glob-to-any-file: "packages/themes/**/*"

web:
- "**/web/**/*"
- changed-files:
- any-glob-to-any-file: "**/web/**/*"
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/labeler@v4
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labeler.yml
Expand Down

0 comments on commit b6e4c5d

Please sign in to comment.