Commit b7a46b52 authored by Mayank Mittal's avatar Mayank Mittal Committed by Mayank Mittal

Adds fine-grained control to GitHub action labeler (#3436)

Previous merge led to matches for documentation that are unintentional.
This MR fixes the workflow.

- Bug fix (non-breaking change which fixes an issue)

- [x] I have read and understood the [contribution
guidelines](https://isaac-sim.github.io/IsaacLab/main/source/refs/contributing.html)
- [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with
`./isaaclab.sh --format`
- [x] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [ ] I have updated the changelog and the corresponding version in the
extension's `config/extension.toml` file
- [x] I have added my name to the `CONTRIBUTORS.md` or my name already
exists there

---------
Signed-off-by: 's avatarMayank Mittal <12863862+Mayankm96@users.noreply.github.com>
parent e3f43d9e
...@@ -5,13 +5,13 @@ ...@@ -5,13 +5,13 @@
# Documentation-related changes # Documentation-related changes
documentation: documentation:
- changed-files: - all:
- any-glob-to-any-file: - changed-files:
- 'docs/**' - any-glob-to-any-file:
- '**/README.md' - 'docs/**'
- all-globs-to-all-files: - '**/README.md'
- '!**/CHANGELOG.rst' - all-globs-to-all-files:
- '!docs/licenses/**' - '!docs/licenses/**'
# Infrastructure changes # Infrastructure changes
infrastructure: infrastructure:
...@@ -55,14 +55,16 @@ isaac-mimic: ...@@ -55,14 +55,16 @@ isaac-mimic:
# Isaac Lab team related changes. # Isaac Lab team related changes.
isaac-lab: isaac-lab:
- changed-files: - all:
- any-glob-to-any-file: - changed-files:
- source/** - any-glob-to-any-file:
- scripts/** - source/**
- all-globs-to-all-files: - scripts/**
- '!source/isaaclab_assets/**' - all-globs-to-all-files:
- '!source/isaaclab_mimic/**' - '!source/isaaclab_assets/**'
- '!scripts/imitation_learning/**' - '!source/isaaclab_mimic/**'
- '!source/isaaclab/isaaclab/devices'
- '!scripts/imitation_learning/**'
# Add 'enhancement' label to any PR where the head branch name # Add 'enhancement' label to any PR where the head branch name
# starts with `feature` or has a `feature` section in the name # starts with `feature` or has a `feature` section in the name
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment