-
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Bump actions/labeler from 4 to 5 (#298)
* 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
1 parent
6076dae
commit 7a5a216
Showing
2 changed files
with
33 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters