Skip to content

Commit

Permalink
chore(deps): Bump actions/labeler from 4 to 5 (#298)
Browse files Browse the repository at this point in the history
* 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](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]>

* ci: Updates labeler format

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: F-G Fernandez <[email protected]>
  • Loading branch information
dependabot[bot] and frgfm authored Jan 28, 2024
1 parent 6076dae commit 7a5a216
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 19 deletions.
50 changes: 32 additions & 18 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,49 +1,63 @@
'module: models':
- holocron/models/*
- changed-files:
- any-glob-to-any-file: holocron/models/*

'module: nn':
- holocron/nn/*
- changed-files:
- any-glob-to-any-file: holocron/nn/*

'module: ops':
- holocron/ops/*
- changed-files:
- any-glob-to-any-file: holocron/ops/*

'module: optim':
- holocron/optim/*
- changed-files:
- any-glob-to-any-file: holocron/optim/*

'module: trainer':
- holocron/trainer/*
- changed-files:
- any-glob-to-any-file: holocron/trainer/*

'module: transforms':
- holocron/transforms/*
- changed-files:
- any-glob-to-any-file: holocron/transforms/*

'module: utils':
- holocron/utils/*
- changed-files:
- any-glob-to-any-file: holocron/utils/*

'ext: api':
- api/*
- changed-files:
- any-glob-to-any-file: api/*

'ext: demo':
- demo/*
- changed-files:
- any-glob-to-any-file: demo/*

'ext: docs':
- docs/*
- changed-files:
- any-glob-to-any-file: docs/*

'ext: references':
- references/*
- changed-files:
- any-glob-to-any-file: references/*

'ext: scripts':
- scripts/*
- changed-files:
- any-glob-to-any-file: scripts/*

'ext: tests':
- tests/*
- changed-files:
- any-glob-to-any-file: tests/*

'topic: ci':
- .github/*
- changed-files:
- any-glob-to-any-file: .github/*

'topic: documentation':
- notebooks/*
- README.md
- CONTRIBUTING.md
- changed-files:
- any-glob-to-any-file: ['notebooks/*', 'README.md', 'CONTRIBUTING.md']

'topic: build':
- setup.py
- changed-files:
- any-glob-to-any-file: setup.py
2 changes: 1 addition & 1 deletion .github/workflows/pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 7a5a216

Please sign in to comment.