Skip to content

Commit

Permalink
Remove not applicable labels from labeler.yml (#517)
Browse files Browse the repository at this point in the history
# References and relevant issues
Fixes failing CI labeling step on #516 

# Description
This PR removes labels that are unneeded for the configuration of the
labeler action. These were carried over from the napari repo and are not
needed here.

---------

Co-authored-by: Peter Sobolewski <[email protected]>
  • Loading branch information
willingc and psobolewskiPhD authored Nov 18, 2024
1 parent 142ac9a commit 8dae7de
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,8 @@
# See: .github/workflows/labeler.yml and https://github.com/marketplace/actions/labeler
design:
- 'napari/_qt/qt_resources/**/*'

documentation:
- 'docs/**/*'
- 'docs/*'

preferences:
- 'napari/_qt/**/*/preferences_dialog.py'
- 'napari/settings/**/*.py'

qt:
- 'napari/_qt/**/*.py'
- 'napari/_qt/**/*.py'
- 'napari/qt/**/*.py'
- 'napari/qt/**/*.py'

task:
maintenance:
- '.circleci/*'
- '.github/**/*'

tests:
- '**/*/_tests/**/*.py'

vispy:
- 'napari/_vispy'

0 comments on commit 8dae7de

Please sign in to comment.