Skip to content

Commit

Permalink
testing new pr labeler workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Avinash Sharma authored and Avinash Sharma committed Feb 28, 2024
1 parent 81290b5 commit 58ba127
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 15 deletions.
36 changes: 22 additions & 14 deletions .github/pr-labeler-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,29 +19,37 @@ examples:
- any-glob-to-any-file: examples/**

# Add 'base' to any changes within 'base' folder
"module: base":
- ignite/base/**/*
module: base:
- changed-files:
- any-glob-to-any-file: ignite/base/**/*

# Add 'contrib' to any changes within 'contrib' folder
"module: contrib":
- ignite/contrib/**/*
module: contrib:
- changed-files:
- any-glob-to-any-file: ignite/contrib/**/*

# Add 'distributed' to any changes within 'distributed' folder
"module: distributed":
- ignite/distributed/**/*
module: distributed:
- changed-files:
- any-glob-to-any-file: ignite/distributed/**/*

# Add 'engine' to any changes within 'engine' folder
"module: engine":
- ignite/engine/**/*
module: engine:
- changed-files:
- any-glob-to-any-file: ignite/engine/**/*

# Add 'handlers' to any changes within 'handlers' folder
"module: handlers":
- ignite/handlers/**/*
module: handlers:
- changed-files:
- any-glob-to-any-file: ignite/handlers/**/*

# Add 'metrics' to any changes within 'metrics' folder
"module: metrics":
- ignite/metrics/**/*
module: metrics:
- changed-files:
- any-glob-to-any-file: ignite/metrics/**/*

-
# Add 'utils' to any changes within 'utils' module
"module: utils":
- ignite/utils.py
module: utils:
- changed-files:
- any-glob-to-any-file: ignite/utils.py
2 changes: 1 addition & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Docker for users

We provide Dockerfiles in order to build containerized execution environment that ease the use of Ignite for computer vision and NLP tasks.
We provide Dockerfiles in order to build containerized execution environment that will ease the use of Ignite for computer vision and NLP tasks.

These images are also provided with the following Horovod configuration:

Expand Down

0 comments on commit 58ba127

Please sign in to comment.