Skip to content

Commit

Permalink
Improve PR labeling based on change location (openvinotoolkit#1061)
Browse files Browse the repository at this point in the history
### Changes

Now the labeler will actually do something helpful automatically - set up the labels for PR that are consistent with the changes that are being made.

### Reason for changes

Will improve the visual perception of the PR list.

### Related tickets

N/A

### Tests

Might even get tested by this PR itself!
  • Loading branch information
vshampor authored Jan 2, 2022
1 parent 15f17d9 commit cda413b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,25 @@
dependencies:
- 'requirements.txt'
- '**/setup.py'

NNCF PT:
- 'examples/torch/**'
- 'nncf/torch/**'
- 'tests/torch/**'

NNCF TF:
- 'examples/tensorflow/**'
- 'nncf/tensorflow/**'
- 'tests/tensorflow/**'

documentation:
- '**/README.md'
- 'docs/**'

experimental:
- 'nncf/experimental/**'

NNCF Common:
- 'examples/common/**'
- 'nncf/common/**'
- 'tests/common/**'

0 comments on commit cda413b

Please sign in to comment.