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 58ba127 commit 226ff1d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/pr-labeler-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,37 +19,37 @@ examples:
- any-glob-to-any-file: examples/**

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

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

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

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

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

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

-
# Add 'utils' to any changes within 'utils' module
module: utils:
"module: utils":
- changed-files:
- any-glob-to-any-file: ignite/utils.py

0 comments on commit 226ff1d

Please sign in to comment.